#609FAF

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

Shades of Shakespeare #609FAF

Tints of Shakespeare #609FAF

Color information

#609FAF (or 0x609FAF) is unknown color: approx Shakespeare. HEX triplet: 60, 9F and AF. RGB value is (96,159,175). Sum of RGB (Red+Green+Blue) = 96+159+175=430 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.33% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #609FAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609FAF is #9F6050. Grayscale: #8D8D8D. Windows color (decimal): -10444881 or 11509600. OLE color: 11509600.

HSL color Cylindrical-coordinate representation of color #609FAF: hue angle of 192.15º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #609FAF is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB96159175-
CMYK0.450.0900.31
HSL192.15º33.05%53.14%-
HSV(B)192.15º45.14%68.63%-
XYZ24.9630.3845.11-
YUV141.99146.6395.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.33%
GREEN value IS 159 (62.5% from 255) = 36.98%
BLUE value IS 175 (68.75% from 255) = 40.70%
R=22.33%
G=36.98%
B=40.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961591750.450.0900.31192.1533.0553.14
Hex609FAF2D901Fc02135
Octal14023725755110373004165
Binary11000001001111110101111101101100101111111000000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,159,175); }

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

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

 a { background-color: rgb(96,159,175); }

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

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

 span { border-color: rgb(96,159,175); }

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