#609AAC

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

Shades of Shakespeare #609AAC

Tints of Shakespeare #609AAC

Color information

#609AAC (or 0x609AAC) is unknown color: approx Shakespeare. HEX triplet: 60, 9A and AC. RGB value is (96,154,172). Sum of RGB (Red+Green+Blue) = 96+154+172=422 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.75% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 172 - color contains mainly: blue. Hex color #609AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609AAC is #9F6553. Grayscale: #8A8A8A. Windows color (decimal): -10446164 or 11311712. OLE color: 11311712.

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

Color convert

RGB96154172-
CMYK0.440.1000.33
HSL194.21º31.4%52.55%-
HSV(B)194.21º44.19%67.45%-
XYZ23.8328.5843.29-
YUV138.71146.7897.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.75%
GREEN value IS 154 (60.55% from 255) = 36.49%
BLUE value IS 172 (67.58% from 255) = 40.76%
R=22.75%
G=36.49%
B=40.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961541720.440.1000.33194.2131.452.55
Hex609AAC2CA021c21f35
Octal14023225454120413023765
Binary11000001001101010101100101100101001000011100001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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