#609DBD

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

Shades of Shakespeare #609DBD

Tints of Shakespeare #609DBD

Color information

#609DBD (or 0x609DBD) is unknown color: approx Shakespeare. HEX triplet: 60, 9D and BD. RGB value is (96,157,189). Sum of RGB (Red+Green+Blue) = 96+157+189=442 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.72% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 189 - color contains mainly: blue. Hex color #609DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609DBD is #9F6242. Grayscale: #8E8E8E. Windows color (decimal): -10445379 or 12426592. OLE color: 12426592.

HSL color Cylindrical-coordinate representation of color #609DBD: hue angle of 200.65º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #609DBD is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB96157189-
CMYK0.490.1700.26
HSL200.65º41.33%55.88%-
HSV(B)200.65º49.21%74.12%-
XYZ26.0730.2752.61-
YUV142.41154.2994.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.72%
GREEN value IS 157 (61.72% from 255) = 35.52%
BLUE value IS 189 (74.22% from 255) = 42.76%
R=21.72%
G=35.52%
B=42.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961571890.490.1700.26200.6541.3355.88
Hex609DBD311101Ac92938
Octal14023527561210323115170
Binary110000010011101101111011100011000101101011001001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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