#609BB5

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

Shades of Shakespeare #609BB5

Tints of Shakespeare #609BB5

Color information

#609BB5 (or 0x609BB5) is unknown color: approx Shakespeare. HEX triplet: 60, 9B and B5. RGB value is (96,155,181). Sum of RGB (Red+Green+Blue) = 96+155+181=432 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.22% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 181 (71.09% from 255 or 41.90% from 432); Max value from RGB is 181 - color contains mainly: blue. Hex color #609BB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609BB5 is #9F644A. Grayscale: #8C8C8C. Windows color (decimal): -10445899 or 11901792. OLE color: 11901792.

HSL color Cylindrical-coordinate representation of color #609BB5: hue angle of 198.35º 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 #609BB5 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB96155181-
CMYK0.470.1400.29
HSL198.35º36.48%54.31%-
HSV(B)198.35º46.96%70.98%-
XYZ24.8929.2748.05-
YUV140.32150.9596.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.22%
GREEN value IS 155 (60.94% from 255) = 35.88%
BLUE value IS 181 (71.09% from 255) = 41.90%
R=22.22%
G=35.88%
B=41.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal961551810.470.1400.29198.3536.4854.31
Hex609BB52FE01Dc62436
Octal14023326557160353064466
Binary11000001001101110110101101111111001110111000110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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