#609EBC

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

Shades of Shakespeare #609EBC

Tints of Shakespeare #609EBC

Color information

#609EBC (or 0x609EBC) is unknown color: approx Shakespeare. HEX triplet: 60, 9E and BC. RGB value is (96,158,188). Sum of RGB (Red+Green+Blue) = 96+158+188=442 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.72% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #609EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609EBC is #9F6143. Grayscale: #8E8E8E. Windows color (decimal): -10445124 or 12361312. OLE color: 12361312.

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

Color convert

RGB96158188-
CMYK0.490.1600.26
HSL199.57º40.71%55.69%-
HSV(B)199.57º48.94%73.73%-
XYZ26.1330.5752.1-
YUV142.88153.4694.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.72%
GREEN value IS 158 (62.11% from 255) = 35.75%
BLUE value IS 188 (73.83% from 255) = 42.53%
R=21.72%
G=35.75%
B=42.53%

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
Decimal961581880.490.1600.26199.5740.7155.69
Hex609EBC311001Ac82938
Octal14023627461200323105170
Binary110000010011110101111001100011000001101011001000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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