#609FB4

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

Shades of Shakespeare #609FB4

Tints of Shakespeare #609FB4

Color information

#609FB4 (or 0x609FB4) is unknown color: approx Shakespeare. HEX triplet: 60, 9F and B4. RGB value is (96,159,180). Sum of RGB (Red+Green+Blue) = 96+159+180=435 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.07% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 180 - color contains mainly: blue. Hex color #609FB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609FB4 is #9F604B. Grayscale: #8E8E8E. Windows color (decimal): -10444876 or 11837280. OLE color: 11837280.

HSL color Cylindrical-coordinate representation of color #609FB4: hue angle of 195º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #609FB4 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB96159180-
CMYK0.470.1200.29
HSL195º35.9%54.12%-
HSV(B)195º46.67%70.59%-
XYZ25.4630.5847.74-
YUV142.56149.1394.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.07%
GREEN value IS 159 (62.5% from 255) = 36.55%
BLUE value IS 180 (70.70% from 255) = 41.38%
R=22.07%
G=36.55%
B=41.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal961591800.470.1200.2919535.954.12
Hex609FB42FC01Dc32436
Octal14023726457140353034466
Binary11000001001111110110100101111110001110111000011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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