#609AB3

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

Shades of Shakespeare #609AB3

Tints of Shakespeare #609AB3

Color information

#609AB3 (or 0x609AB3) is unknown color: approx Shakespeare. HEX triplet: 60, 9A and B3. RGB value is (96,154,179). Sum of RGB (Red+Green+Blue) = 96+154+179=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 179 - color contains mainly: blue. Hex color #609AB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609AB3 is #9F654C. Grayscale: #8B8B8B. Windows color (decimal): -10446157 or 11770464. OLE color: 11770464.

HSL color Cylindrical-coordinate representation of color #609AB3: hue angle of 198.07º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #609AB3 is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB96154179-
CMYK0.460.1400.30
HSL198.07º35.32%53.92%-
HSV(B)198.07º46.37%70.2%-
XYZ24.5228.8546.92-
YUV139.51150.2896.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.38%
GREEN value IS 154 (60.55% from 255) = 35.90%
BLUE value IS 179 (70.31% from 255) = 41.72%
R=22.38%
G=35.90%
B=41.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal961541790.460.1400.30198.0735.3253.92
Hex609AB32EE01Ec62336
Octal14023226356160363064366
Binary11000001001101010110011101110111001111011000110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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