#609DBF

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

Shades of Shakespeare #609DBF

Tints of Shakespeare #609DBF

Color information

#609DBF (or 0x609DBF) is unknown color: approx Shakespeare. HEX triplet: 60, 9D and BF. RGB value is (96,157,191). Sum of RGB (Red+Green+Blue) = 96+157+191=444 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.62% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #609DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609DBF is #9F6240. Grayscale: #8E8E8E. Windows color (decimal): -10445377 or 12557664. OLE color: 12557664.

HSL color Cylindrical-coordinate representation of color #609DBF: hue angle of 201.47º 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 #609DBF is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB96157191-
CMYK0.500.1800.25
HSL201.47º42.6%56.27%-
HSV(B)201.47º49.74%74.9%-
XYZ26.2830.3653.77-
YUV142.64155.2994.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.62%
GREEN value IS 157 (61.72% from 255) = 35.36%
BLUE value IS 191 (75% from 255) = 43.02%
R=21.62%
G=35.36%
B=43.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961571910.500.1800.25201.4742.656.27
Hex609DBF3212019c92b38
Octal14023527762220313115370
Binary110000010011101101111111100101001001100111001001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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