#62A5C0

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

Shades of Shakespeare #62A5C0

Tints of Shakespeare #62A5C0

Color information

#62A5C0 (or 0x62A5C0) is unknown color: approx Shakespeare. HEX triplet: 62, A5 and C0. RGB value is (98,165,192). Sum of RGB (Red+Green+Blue) = 98+165+192=455 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.54% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 192 - color contains mainly: blue. Hex color #62A5C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A5C0 is #9D5A3F. Grayscale: #939393. Windows color (decimal): -10312256 or 12625250. OLE color: 12625250.

HSL color Cylindrical-coordinate representation of color #62A5C0: hue angle of 197.23º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62A5C0 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB98165192-
CMYK0.490.1400.25
HSL197.23º42.73%56.86%-
HSV(B)197.23º48.96%75.29%-
XYZ28.0133.3154.82-
YUV148.04152.892.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.54%
GREEN value IS 165 (64.84% from 255) = 36.26%
BLUE value IS 192 (75.39% from 255) = 42.20%
R=21.54%
G=36.26%
B=42.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal981651920.490.1400.25197.2342.7356.86
Hex62A5C031E019c52b39
Octal14224530061160313055371
Binary11000101010010111000000110001111001100111000101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62A5C0; }

 p { color: rgb(98,165,192); }

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

<style>
 a { background-color: #62A5C0; }

 a { background-color: rgb(98,165,192); }

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

<style>
 span { border-color: #62A5C0; }

 span { border-color: rgb(98,165,192); }

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