#6D99AE

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

Shades of Shakespeare #6D99AE

Tints of Shakespeare #6D99AE

Color information

#6D99AE (or 0x6D99AE) is unknown color: approx Shakespeare. HEX triplet: 6D, 99 and AE. RGB value is (109,153,174). Sum of RGB (Red+Green+Blue) = 109+153+174=436 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D99AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D99AE is #926651. Grayscale: #8E8E8E. Windows color (decimal): -9594450 or 11442541. OLE color: 11442541.

HSL color Cylindrical-coordinate representation of color #6D99AE: hue angle of 199.38º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D99AE is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB109153174-
CMYK0.370.1200.32
HSL199.38º28.63%55.49%-
HSV(B)199.38º37.36%68.24%-
XYZ25.3429.0944.32-
YUV142.24145.92104.29-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25%
GREEN value IS 153 (60.16% from 255) = 35.09%
BLUE value IS 174 (68.36% from 255) = 39.91%
R=25%
G=35.09%
B=39.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1091531740.370.1200.32199.3828.6355.49
Hex6D99AE25C020c71d37
Octal15523125645140403073567
Binary11011011001100110101110100101110001000001100011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D99AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,153,174); }

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

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

 a { background-color: rgb(109,153,174); }

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

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

 span { border-color: rgb(109,153,174); }

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