Color Hex Logo

#6f99dc Color Hex

#6F99DC
(111,153,220)
0 Favorites   0 Comments

Color spaces of #6f99dc

RGB 111153220
HSL0.600.610.65
HSV217°50°86°
CMYK 0.500.300.00   0.14
XYZ30.865031.329372.1305
Yxy31.32930.22980.2332
Hunter Lab55.97260.4784-37.2248
CIE-Lab62.78464.0845-38.5121

#6f99dc color RGB value is (111,153,220).

#6f99dc hex color red value is 111, green value is 153 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6f99dc hue: 0.60 , saturation: 0.61 and the lightness value of 6f99dc is 0.65.

The process color (four color CMYK) of #6f99dc color hex is 0.50, 0.30, 0.00, 0.14. Web safe color of #6f99dc is #6699cc. Color #6f99dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10011001 11011100
Octal 157 231 334
Decimal 111 153 220
Hex 6F 99 DC

RGB Percentages of Color #6f99dc

%22.93
%31.61
%45.45

CMYK Percentages of Color #6f99dc

%50
%30
%0
%14

Triadic Colors of #6f99dc

#6f99dc #dc6f99 #99dc6f

Analogous Colors of #6f99dc

#6f99dc #7c6fdc #6fd0dc

Monochromatic Colors of #6f99dc

#6f99dc

Complementary Color

#6f99dc #dcb26f

#6f99dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f99dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f99dc Color CSS Codes

.mybgcolor {background-color:#6f99dc; } 
.myforecolor {color:#6f99dc; }
.mybordercolor {border:3px solid #6f99dc; }

#6f99dc Text Font Color

<p style="color:#6f99dc">Text here</p>

This sample text font color is #6f99dc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6f99dc Background Color

<div style="background-color:#6f99dc">
Div content here</div>

This div background color is #6f99dc


#6f99dc Border Color

<div style="border:3px solid #6f99dc">
Div here</div>

This div border color is #6f99dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,153,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6f99dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6f99dc;
  -webkit-box-shadow: 1px 1px 3px 2px #6f99dc;
  box-shadow:         1px 1px 3px 2px #6f99dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,153,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6f99dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6f99dc;
  -webkit-box-shadow: 1px 1px 3px 2px #6f99dc;
  box-shadow:         1px 1px 3px 2px #6f99dc;">
Div content here</div>

This div box has shadow with color #6f99dc

#6f99dc Color Palettes


Comments

No comments written yet.

Please login to write comment.