#609AB5

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

Shades of Shakespeare #609AB5

Tints of Shakespeare #609AB5

Color information

#609AB5 (or 0x609AB5) is unknown color: approx Shakespeare. HEX triplet: 60, 9A and B5. RGB value is (96,154,181). Sum of RGB (Red+Green+Blue) = 96+154+181=431 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.27% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 181 - color contains mainly: blue. Hex color #609AB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609AB5 is #9F654A. Grayscale: #8B8B8B. Windows color (decimal): -10446155 or 11901536. OLE color: 11901536.

HSL color Cylindrical-coordinate representation of color #609AB5: hue angle of 199.06º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #609AB5 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB96154181-
CMYK0.470.1500.29
HSL199.06º36.48%54.31%-
HSV(B)199.06º46.96%70.98%-
XYZ24.7228.9348-
YUV139.74151.2896.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.27%
GREEN value IS 154 (60.55% from 255) = 35.73%
BLUE value IS 181 (71.09% from 255) = 42.00%
R=22.27%
G=35.73%
B=42.00%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal961541810.470.1500.29199.0636.4854.31
Hex609AB52FF01Dc72436
Octal14023226557170353074466
Binary11000001001101010110101101111111101110111000111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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