#609ABA

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

Shades of Shakespeare #609ABA

Tints of Shakespeare #609ABA

Color information

#609ABA (or 0x609ABA) is unknown color: approx Shakespeare. HEX triplet: 60, 9A and BA. RGB value is (96,154,186). Sum of RGB (Red+Green+Blue) = 96+154+186=436 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.02% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #609ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609ABA is #9F6545. Grayscale: #8C8C8C. Windows color (decimal): -10446150 or 12229216. OLE color: 12229216.

HSL color Cylindrical-coordinate representation of color #609ABA: hue angle of 201.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #609ABA is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB96154186-
CMYK0.480.1700.27
HSL201.33º39.47%55.29%-
HSV(B)201.33º48.39%72.94%-
XYZ25.2429.1450.75-
YUV140.31153.7896.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.02%
GREEN value IS 154 (60.55% from 255) = 35.32%
BLUE value IS 186 (73.05% from 255) = 42.66%
R=22.02%
G=35.32%
B=42.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961541860.480.1700.27201.3339.4755.29
Hex609ABA301101Bc92737
Octal14023227260210333114767
Binary110000010011010101110101100001000101101111001001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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