#6899AE

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

Shades of Shakespeare #6899AE

Tints of Shakespeare #6899AE

Color information

#6899AE (or 0x6899AE) is unknown color: approx Shakespeare. HEX triplet: 68, 99 and AE. RGB value is (104,153,174). Sum of RGB (Red+Green+Blue) = 104+153+174=431 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.13% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #6899AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6899AE is #976651. Grayscale: #8C8C8C. Windows color (decimal): -9922130 or 11442536. OLE color: 11442536.

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

Color convert

RGB104153174-
CMYK0.400.1200.32
HSL198º30.17%54.51%-
HSV(B)198º40.23%68.24%-
XYZ24.7428.7844.3-
YUV140.74146.77101.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.13%
GREEN value IS 153 (60.16% from 255) = 35.50%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=24.13%
G=35.50%
B=40.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041531740.400.1200.3219830.1754.51
Hex6899AE28C020c61e37
Octal15023125650140403063667
Binary11010001001100110101110101000110001000001100011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6899AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6899AE; }

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

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

<style>
 a { background-color: #6899AE; }

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

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

<style>
 span { border-color: #6899AE; }

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

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