#609BC1

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

Shades of Shakespeare #609BC1

Tints of Shakespeare #609BC1

Color information

#609BC1 (or 0x609BC1) is unknown color: approx Shakespeare. HEX triplet: 60, 9B and C1. RGB value is (96,155,193). Sum of RGB (Red+Green+Blue) = 96+155+193=444 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.62% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 193 - color contains mainly: blue. Hex color #609BC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609BC1 is #9F643E. Grayscale: #8D8D8D. Windows color (decimal): -10445887 or 12688224. OLE color: 12688224.

HSL color Cylindrical-coordinate representation of color #609BC1: hue angle of 203.51º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #609BC1 is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB96155193-
CMYK0.500.2000.24
HSL203.51º43.89%56.67%-
HSV(B)203.51º50.26%75.69%-
XYZ26.1729.7854.82-
YUV141.69156.9595.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.62%
GREEN value IS 155 (60.94% from 255) = 34.91%
BLUE value IS 193 (75.78% from 255) = 43.47%
R=21.62%
G=34.91%
B=43.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal961551930.500.2000.24203.5143.8956.67
Hex609BC13214018cc2c39
Octal14023330162240303145471
Binary110000010011011110000011100101010001100011001100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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