#609AC1

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

Shades of Shakespeare #609AC1

Tints of Shakespeare #609AC1

Color information

#609AC1 (or 0x609AC1) is unknown color: approx Shakespeare. HEX triplet: 60, 9A and C1. RGB value is (96,154,193). Sum of RGB (Red+Green+Blue) = 96+154+193=443 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.67% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 193 - color contains mainly: blue. Hex color #609AC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609AC1 is #9F653E. Grayscale: #8C8C8C. Windows color (decimal): -10446143 or 12687968. OLE color: 12687968.

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

Color convert

RGB96154193-
CMYK0.500.2000.24
HSL204.12º43.89%56.67%-
HSV(B)204.12º50.26%75.69%-
XYZ26.0129.4554.77-
YUV141.1157.2895.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.67%
GREEN value IS 154 (60.55% from 255) = 34.76%
BLUE value IS 193 (75.78% from 255) = 43.57%
R=21.67%
G=34.76%
B=43.57%

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
Decimal961541930.500.2000.24204.1243.8956.67
Hex609AC13214018cc2c39
Octal14023230162240303145471
Binary110000010011010110000011100101010001100011001100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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