#609EAD

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

Shades of Shakespeare #609EAD

Tints of Shakespeare #609EAD

Color information

#609EAD (or 0x609EAD) is unknown color: approx Shakespeare. HEX triplet: 60, 9E and AD. RGB value is (96,158,173). Sum of RGB (Red+Green+Blue) = 96+158+173=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #609EAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609EAD is #9F6152. Grayscale: #8D8D8D. Windows color (decimal): -10445139 or 11378272. OLE color: 11378272.

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

Color convert

RGB96158173-
CMYK0.450.0900.32
HSL191.69º31.95%52.75%-
HSV(B)191.69º44.51%67.84%-
XYZ24.5929.9644.02-
YUV141.17145.9695.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.48%
GREEN value IS 158 (62.11% from 255) = 37.00%
BLUE value IS 173 (67.97% from 255) = 40.52%
R=22.48%
G=37.00%
B=40.52%

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
Decimal961581730.450.0900.32191.6931.9552.75
Hex609EAD2D9020c02035
Octal14023625555110403004065
Binary110000010011110101011011011011001010000011000000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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