#609BB0

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

Shades of Shakespeare #609BB0

Tints of Shakespeare #609BB0

Color information

#609BB0 (or 0x609BB0) is unknown color: approx Shakespeare. HEX triplet: 60, 9B and B0. RGB value is (96,155,176). Sum of RGB (Red+Green+Blue) = 96+155+176=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 176 (69.14% from 255 or 41.22% from 427); Max value from RGB is 176 - color contains mainly: blue. Hex color #609BB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609BB0 is #9F644F. Grayscale: #8B8B8B. Windows color (decimal): -10445904 or 11574112. OLE color: 11574112.

HSL color Cylindrical-coordinate representation of color #609BB0: hue angle of 195.75º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #609BB0 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB96155176-
CMYK0.450.1200.31
HSL195.75º33.61%53.33%-
HSV(B)195.75º45.45%69.02%-
XYZ24.3829.0645.4-
YUV139.75148.4596.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.48%
GREEN value IS 155 (60.94% from 255) = 36.30%
BLUE value IS 176 (69.14% from 255) = 41.22%
R=22.48%
G=36.30%
B=41.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961551760.450.1200.31195.7533.6153.33
Hex609BB02DC01Fc42235
Octal14023326055140373044265
Binary11000001001101110110000101101110001111111000100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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