#609AB9

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

Shades of Shakespeare #609AB9

Tints of Shakespeare #609AB9

Color information

#609AB9 (or 0x609AB9) is unknown color: approx Shakespeare. HEX triplet: 60, 9A and B9. RGB value is (96,154,185). Sum of RGB (Red+Green+Blue) = 96+154+185=435 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.07% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 185 (72.66% from 255 or 42.53% from 435); Max value from RGB is 185 - color contains mainly: blue. Hex color #609AB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609AB9 is #9F6546. Grayscale: #8C8C8C. Windows color (decimal): -10446151 or 12163680. OLE color: 12163680.

HSL color Cylindrical-coordinate representation of color #609AB9: hue angle of 200.9º 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 #609AB9 is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB96154185-
CMYK0.480.1700.27
HSL200.9º38.86%55.1%-
HSV(B)200.9º48.11%72.55%-
XYZ25.1429.150.19-
YUV140.19153.2896.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.07%
GREEN value IS 154 (60.55% from 255) = 35.40%
BLUE value IS 185 (72.66% from 255) = 42.53%
R=22.07%
G=35.40%
B=42.53%

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
Decimal961541850.480.1700.27200.938.8655.1
Hex609AB9301101Bc92737
Octal14023227160210333114767
Binary110000010011010101110011100001000101101111001001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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