#609EAE

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

Shades of Shakespeare #609EAE

Tints of Shakespeare #609EAE

Color information

#609EAE (or 0x609EAE) is unknown color: approx Shakespeare. HEX triplet: 60, 9E and AE. RGB value is (96,158,174). Sum of RGB (Red+Green+Blue) = 96+158+174=428 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.43% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: blue. Hex color #609EAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609EAE is #9F6151. Grayscale: #8D8D8D. Windows color (decimal): -10445138 or 11443808. OLE color: 11443808.

HSL color Cylindrical-coordinate representation of color #609EAE: hue angle of 192.31º 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 #609EAE is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB96158174-
CMYK0.450.0900.32
HSL192.31º32.5%52.94%-
HSV(B)192.31º44.83%68.24%-
XYZ24.693044.53-
YUV141.29146.4695.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.43%
GREEN value IS 158 (62.11% from 255) = 36.92%
BLUE value IS 174 (68.36% from 255) = 40.65%
R=22.43%
G=36.92%
B=40.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal961581740.450.0900.32192.3132.552.94
Hex609EAE2D9020c02035
Octal14023625655110403004065
Binary110000010011110101011101011011001010000011000000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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