#609EBD

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

Shades of Shakespeare #609EBD

Tints of Shakespeare #609EBD

Color information

#609EBD (or 0x609EBD) is unknown color: approx Shakespeare. HEX triplet: 60, 9E and BD. RGB value is (96,158,189). Sum of RGB (Red+Green+Blue) = 96+158+189=443 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.67% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #609EBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609EBD is #9F6142. Grayscale: #8E8E8E. Windows color (decimal): -10445123 or 12426848. OLE color: 12426848.

HSL color Cylindrical-coordinate representation of color #609EBD: hue angle of 200º 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 #609EBD is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB96158189-
CMYK0.490.1600.26
HSL200º41.33%55.88%-
HSV(B)200º49.21%74.12%-
XYZ26.2430.6152.67-
YUV143153.9694.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.67%
GREEN value IS 158 (62.11% from 255) = 35.67%
BLUE value IS 189 (74.22% from 255) = 42.66%
R=21.67%
G=35.67%
B=42.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961581890.490.1600.2620041.3355.88
Hex609EBD311001Ac82938
Octal14023627561200323105170
Binary110000010011110101111011100011000001101011001000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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