#6A99AE

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

Shades of Shakespeare #6A99AE

Tints of Shakespeare #6A99AE

Color information

#6A99AE (or 0x6A99AE) is unknown color: approx Shakespeare. HEX triplet: 6A, 99 and AE. RGB value is (106,153,174). Sum of RGB (Red+Green+Blue) = 106+153+174=433 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.48% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #6A99AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A99AE is #956651. Grayscale: #8D8D8D. Windows color (decimal): -9791058 or 11442538. OLE color: 11442538.

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

Color convert

RGB106153174-
CMYK0.390.1200.32
HSL198.53º29.57%54.9%-
HSV(B)198.53º39.08%68.24%-
XYZ24.9828.944.31-
YUV141.34146.43102.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.48%
GREEN value IS 153 (60.16% from 255) = 35.33%
BLUE value IS 174 (68.36% from 255) = 40.18%
R=24.48%
G=35.33%
B=40.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1061531740.390.1200.32198.5329.5754.9
Hex6A99AE27C020c71e37
Octal15223125647140403073667
Binary11010101001100110101110100111110001000001100011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A99AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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