#609AAE

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

Shades of Shakespeare #609AAE

Tints of Shakespeare #609AAE

Color information

#609AAE (or 0x609AAE) is unknown color: approx Shakespeare. HEX triplet: 60, 9A and AE. RGB value is (96,154,174). Sum of RGB (Red+Green+Blue) = 96+154+174=424 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.64% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #609AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609AAE is #9F6551. Grayscale: #8A8A8A. Windows color (decimal): -10446162 or 11442784. OLE color: 11442784.

HSL color Cylindrical-coordinate representation of color #609AAE: hue angle of 195.38º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #609AAE is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB96154174-
CMYK0.450.1100.32
HSL195.38º32.5%52.94%-
HSV(B)195.38º44.83%68.24%-
XYZ24.0228.6544.31-
YUV138.94147.7897.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.64%
GREEN value IS 154 (60.55% from 255) = 36.32%
BLUE value IS 174 (68.36% from 255) = 41.04%
R=22.64%
G=36.32%
B=41.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal961541740.450.1100.32195.3832.552.94
Hex609AAE2DB020c32035
Octal14023225655130403034065
Binary110000010011010101011101011011011010000011000011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609AAE; }

 p { color: rgb(96,154,174); }

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

<style>
 a { background-color: #609AAE; }

 a { background-color: rgb(96,154,174); }

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

<style>
 span { border-color: #609AAE; }

 span { border-color: rgb(96,154,174); }

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