#609EBF

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

Shades of Shakespeare #609EBF

Tints of Shakespeare #609EBF

Color information

#609EBF (or 0x609EBF) is unknown color: approx Shakespeare. HEX triplet: 60, 9E and BF. RGB value is (96,158,191). Sum of RGB (Red+Green+Blue) = 96+158+191=445 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.57% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #609EBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609EBF is #9F6140. Grayscale: #8F8F8F. Windows color (decimal): -10445121 or 12557920. OLE color: 12557920.

HSL color Cylindrical-coordinate representation of color #609EBF: hue angle of 200.84º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #609EBF is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB96158191-
CMYK0.500.1700.25
HSL200.84º42.6%56.27%-
HSV(B)200.84º49.74%74.9%-
XYZ26.4530.753.82-
YUV143.22154.9694.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.57%
GREEN value IS 158 (62.11% from 255) = 35.51%
BLUE value IS 191 (75% from 255) = 42.92%
R=21.57%
G=35.51%
B=42.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961581910.500.1700.25200.8442.656.27
Hex609EBF3211019c92b38
Octal14023627762210313115370
Binary110000010011110101111111100101000101100111001001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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