#6D9EBD

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

Shades of Shakespeare #6D9EBD

Tints of Shakespeare #6D9EBD

Color information

#6D9EBD (or 0x6D9EBD) is unknown color: approx Shakespeare. HEX triplet: 6D, 9E and BD. RGB value is (109,158,189). Sum of RGB (Red+Green+Blue) = 109+158+189=456 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.90% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #6D9EBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9EBD is #926142. Grayscale: #929292. Windows color (decimal): -9593155 or 12426861. OLE color: 12426861.

HSL color Cylindrical-coordinate representation of color #6D9EBD: hue angle of 203.25º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D9EBD is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB109158189-
CMYK0.420.1600.26
HSL203.25º37.74%58.43%-
HSV(B)203.25º42.33%74.12%-
XYZ27.7231.3852.74-
YUV146.88151.77100.98-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.90%
GREEN value IS 158 (62.11% from 255) = 34.65%
BLUE value IS 189 (74.22% from 255) = 41.45%
R=23.90%
G=34.65%
B=41.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1091581890.420.1600.26203.2537.7458.43
Hex6D9EBD2A1001Acb263a
Octal15523627552200323134672
Binary110110110011110101111011010101000001101011001011100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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