#609DB3

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

Shades of Shakespeare #609DB3

Tints of Shakespeare #609DB3

Color information

#609DB3 (or 0x609DB3) is unknown color: approx Shakespeare. HEX triplet: 60, 9D and B3. RGB value is (96,157,179). Sum of RGB (Red+Green+Blue) = 96+157+179=432 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.22% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 179 (70.31% from 255 or 41.44% from 432); Max value from RGB is 179 - color contains mainly: blue. Hex color #609DB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609DB3 is #9F624C. Grayscale: #8D8D8D. Windows color (decimal): -10445389 or 11771232. OLE color: 11771232.

HSL color Cylindrical-coordinate representation of color #609DB3: hue angle of 195.9º 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 #609DB3 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB96157179-
CMYK0.460.1200.30
HSL195.9º35.32%53.92%-
HSV(B)195.9º46.37%70.2%-
XYZ25.0229.8647.09-
YUV141.27149.2995.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.22%
GREEN value IS 157 (61.72% from 255) = 36.34%
BLUE value IS 179 (70.31% from 255) = 41.44%
R=22.22%
G=36.34%
B=41.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal961571790.460.1200.30195.935.3253.92
Hex609DB32EC01Ec42336
Octal14023526356140363044366
Binary11000001001110110110011101110110001111011000100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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