Color Hex Logo

#6d9bcf Color Hex

#6D9BCF
(109,155,207)
0 Favorites   0 Comments

Color spaces of #6d9bcf

RGB 109155207
HSL0.590.510.62
HSV212°47°81°
CMYK 0.470.250.00   0.19
XYZ29.290531.198963.5097
Yxy31.19890.23620.2516
Hunter Lab55.8560-4.1438-28.3151
CIE-Lab62.6752-1.3899-31.4583

#6d9bcf color RGB value is (109,155,207).

#6d9bcf hex color red value is 109, green value is 155 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6d9bcf hue: 0.59 , saturation: 0.51 and the lightness value of 6d9bcf is 0.62.

The process color (four color CMYK) of #6d9bcf color hex is 0.47, 0.25, 0.00, 0.19. Web safe color of #6d9bcf is #6699cc. Color #6d9bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10011011 11001111
Octal 155 233 317
Decimal 109 155 207
Hex 6D 9B CF

RGB Percentages of Color #6d9bcf

%23.14
%32.91
%43.95

CMYK Percentages of Color #6d9bcf

%47
%25
%0
%19

Triadic Colors of #6d9bcf

#6d9bcf #cf6d9b #9bcf6d

Analogous Colors of #6d9bcf

#6d9bcf #706dcf #6dcccf

Monochromatic Colors of #6d9bcf

#6d9bcf

Complementary Color

#6d9bcf #cfa16d

#6d9bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d9bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d9bcf Color CSS Codes

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

#6d9bcf Text Font Color

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

This sample text font color is #6d9bcf
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.


#6d9bcf Background Color

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

This div background color is #6d9bcf


#6d9bcf Border Color

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

This div border color is #6d9bcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,155,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6d9bcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6d9bcf;
  -webkit-box-shadow: 1px 1px 3px 2px #6d9bcf;
  box-shadow:         1px 1px 3px 2px #6d9bcf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,155,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d9bcf


Comments

No comments written yet.

Please login to write comment.