#6D9ABB

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

Shades of Shakespeare #6D9ABB

Tints of Shakespeare #6D9ABB

Color information

#6D9ABB (or 0x6D9ABB) is unknown color: approx Shakespeare. HEX triplet: 6D, 9A and BB. RGB value is (109,154,187). Sum of RGB (Red+Green+Blue) = 109+154+187=450 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.22% from 450); Green value is 154 (60.55% from 255 or 34.22% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D9ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9ABB is #926544. Grayscale: #909090. Windows color (decimal): -9594181 or 12294765. OLE color: 12294765.

HSL color Cylindrical-coordinate representation of color #6D9ABB: hue angle of 205.38º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D9ABB is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB109154187-
CMYK0.420.1800.27
HSL205.38º36.45%58.04%-
HSV(B)205.38º41.71%73.33%-
XYZ26.8329.9551.38-
YUV144.31152.09102.82-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.22%
GREEN value IS 154 (60.55% from 255) = 34.22%
BLUE value IS 187 (73.44% from 255) = 41.56%
R=24.22%
G=34.22%
B=41.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1091541870.420.1800.27205.3836.4558.04
Hex6D9ABB2A1201Bcd243a
Octal15523227352220333154472
Binary110110110011010101110111010101001001101111001101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,154,187); }

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

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

 a { background-color: rgb(109,154,187); }

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

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

 span { border-color: rgb(109,154,187); }

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