#6C99AE

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

Shades of Shakespeare #6C99AE

Tints of Shakespeare #6C99AE

Color information

#6C99AE (or 0x6C99AE) is unknown color: approx Shakespeare. HEX triplet: 6C, 99 and AE. RGB value is (108,153,174). Sum of RGB (Red+Green+Blue) = 108+153+174=435 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.83% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C99AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C99AE is #936651. Grayscale: #8D8D8D. Windows color (decimal): -9659986 or 11442540. OLE color: 11442540.

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

Color convert

RGB108153174-
CMYK0.380.1200.32
HSL199.09º28.95%55.29%-
HSV(B)199.09º37.93%68.24%-
XYZ25.2229.0344.32-
YUV141.94146.09103.79-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.83%
GREEN value IS 153 (60.16% from 255) = 35.17%
BLUE value IS 174 (68.36% from 255) = 40%
R=24.83%
G=35.17%
B=40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1081531740.380.1200.32199.0928.9555.29
Hex6C99AE26C020c71d37
Octal15423125646140403073567
Binary11011001001100110101110100110110001000001100011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C99AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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