#62A0CD

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

Shades of Picton Blue #62A0CD

Tints of Picton Blue #62A0CD

Color information

#62A0CD (or 0x62A0CD) is unknown color: approx Picton Blue. HEX triplet: 62, A0 and CD. RGB value is (98,160,205). Sum of RGB (Red+Green+Blue) = 98+160+205=463 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.17% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #62A0CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A0CD is #9D5F32. Grayscale: #929292. Windows color (decimal): -10313523 or 13475938. OLE color: 13475938.

HSL color Cylindrical-coordinate representation of color #62A0CD: hue angle of 205.23º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62A0CD is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB98160205-
CMYK0.520.2200.20
HSL205.23º51.69%59.41%-
HSV(B)205.23º52.2%80.39%-
XYZ28.6332.1562.45-
YUV146.59160.9693.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.17%
GREEN value IS 160 (62.89% from 255) = 34.56%
BLUE value IS 205 (80.47% from 255) = 44.28%
R=21.17%
G=34.56%
B=44.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal981602050.520.2200.20205.2351.6959.41
Hex62A0CD3416014cd343b
Octal14224031564260243156473
Binary110001010100000110011011101001011001010011001101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,160,205); }

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

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

 a { background-color: rgb(98,160,205); }

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

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

 span { border-color: rgb(98,160,205); }

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