#60A4C1

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

Shades of Shakespeare #60A4C1

Tints of Shakespeare #60A4C1

Color information

#60A4C1 (or 0x60A4C1) is unknown color: approx Shakespeare. HEX triplet: 60, A4 and C1. RGB value is (96,164,193). Sum of RGB (Red+Green+Blue) = 96+164+193=453 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.19% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 193 - color contains mainly: blue. Hex color #60A4C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A4C1 is #9F5B3E. Grayscale: #929292. Windows color (decimal): -10443583 or 12690528. OLE color: 12690528.

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

Color convert

RGB96164193-
CMYK0.500.1500.24
HSL197.94º43.89%56.67%-
HSV(B)197.94º50.26%75.69%-
XYZ27.7232.8955.34-
YUV146.97153.9791.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.19%
GREEN value IS 164 (64.45% from 255) = 36.20%
BLUE value IS 193 (75.78% from 255) = 42.60%
R=21.19%
G=36.20%
B=42.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal961641930.500.1500.24197.9443.8956.67
Hex60A4C132F018c62c39
Octal14024430162170303065471
Binary11000001010010011000001110010111101100011000110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60A4C1; }

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

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

<style>
 a { background-color: #60A4C1; }

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

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

<style>
 span { border-color: #60A4C1; }

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

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