#609BAF

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

Shades of Shakespeare #609BAF

Tints of Shakespeare #609BAF

Color information

#609BAF (or 0x609BAF) is unknown color: approx Shakespeare. HEX triplet: 60, 9B and AF. RGB value is (96,155,175). Sum of RGB (Red+Green+Blue) = 96+155+175=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #609BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609BAF is #9F6450. Grayscale: #8B8B8B. Windows color (decimal): -10445905 or 11508576. OLE color: 11508576.

HSL color Cylindrical-coordinate representation of color #609BAF: hue angle of 195.19º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #609BAF is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB96155175-
CMYK0.450.1100.31
HSL195.19º33.05%53.14%-
HSV(B)195.19º45.14%68.63%-
XYZ24.2829.0244.88-
YUV139.64147.9596.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.54%
GREEN value IS 155 (60.94% from 255) = 36.38%
BLUE value IS 175 (68.75% from 255) = 41.08%
R=22.54%
G=36.38%
B=41.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961551750.450.1100.31195.1933.0553.14
Hex609BAF2DB01Fc32135
Octal14023325755130373034165
Binary11000001001101110101111101101101101111111000011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,155,175); }

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

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

 a { background-color: rgb(96,155,175); }

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

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

 span { border-color: rgb(96,155,175); }

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