#609FBE

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

Shades of Shakespeare #609FBE

Tints of Shakespeare #609FBE

Color information

#609FBE (or 0x609FBE) is unknown color: approx Shakespeare. HEX triplet: 60, 9F and BE. RGB value is (96,159,190). Sum of RGB (Red+Green+Blue) = 96+159+190=445 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.57% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #609FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609FBE is #9F6041. Grayscale: #8F8F8F. Windows color (decimal): -10444866 or 12492640. OLE color: 12492640.

HSL color Cylindrical-coordinate representation of color #609FBE: hue angle of 199.79º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #609FBE is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB96159190-
CMYK0.490.1600.25
HSL199.79º41.96%56.08%-
HSV(B)199.79º49.47%74.51%-
XYZ26.523153.3-
YUV143.7154.1393.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.57%
GREEN value IS 159 (62.5% from 255) = 35.73%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=21.57%
G=35.73%
B=42.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961591900.490.1600.25199.7941.9656.08
Hex609FBE3110019c82a38
Octal14023727661200313105270
Binary110000010011111101111101100011000001100111001000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,159,190); }

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

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

 a { background-color: rgb(96,159,190); }

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

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

 span { border-color: rgb(96,159,190); }

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