#6D9EB5

Color #6D9EB5 Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #6D9EB5

Tints of Shakespeare #6D9EB5

Color information

#6D9EB5 (or 0x6D9EB5) is unknown color: approx Shakespeare. HEX triplet: 6D, 9E and B5. RGB value is (109,158,181). Sum of RGB (Red+Green+Blue) = 109+158+181=448 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.33% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 181 (71.09% from 255 or 40.40% from 448); Max value from RGB is 181 - color contains mainly: blue. Hex color #6D9EB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9EB5 is #92614A. Grayscale: #919191. Windows color (decimal): -9593163 or 11902573. OLE color: 11902573.

HSL color Cylindrical-coordinate representation of color #6D9EB5: hue angle of 199.17º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6D9EB5 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB109158181-
CMYK0.400.1300.29
HSL199.17º32.73%56.86%-
HSV(B)199.17º39.78%70.98%-
XYZ26.8731.0448.29-
YUV145.97147.77101.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 24.33%
GREEN value IS 158 (62.11% from 255) = 35.27%
BLUE value IS 181 (71.09% from 255) = 40.40%
R=24.33%
G=35.27%
B=40.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1091581810.400.1300.29199.1732.7356.86
Hex6D9EB528D01Dc72139
Octal15523626550150353074171
Binary11011011001111010110101101000110101110111000111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D9EB5; }

 p { color: rgb(109,158,181); }

 H1.HeaderClassName
 {
   color: #6D9EB5;
 }
 .AnyTagClassName
 {
   color: #6D9EB5;
 }
</style>
background-color css

<style>
 a { background-color: #6D9EB5; }

 a { background-color: rgb(109,158,181); }

 div.DivClassName
 {
   background-color: #6D9EB5;
 }
 .BgClassName
 {
   background-color: #6D9EB5;
 }
</style>
border-color css

<style>
 span { border-color: #6D9EB5; }

 span { border-color: rgb(109,158,181); }

 td.TdClassName
 {
   border-color: #6D9EB5;
 }
 .TagClassName
 {
   border-color: #6D9EB5;
 }
</style>