#62ABCD

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

Shades of Picton Blue #62ABCD

Tints of Picton Blue #62ABCD

Color information

#62ABCD (or 0x62ABCD) is unknown color: approx Picton Blue. HEX triplet: 62, AB and CD. RGB value is (98,171,205). Sum of RGB (Red+Green+Blue) = 98+171+205=474 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.68% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #62ABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62ABCD is #9D5432. Grayscale: #989898. Windows color (decimal): -10310707 or 13478754. OLE color: 13478754.

HSL color Cylindrical-coordinate representation of color #62ABCD: hue angle of 199.07º 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 #62ABCD is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB98171205-
CMYK0.520.1700.20
HSL199.07º51.69%59.41%-
HSV(B)199.07º52.2%80.39%-
XYZ30.6236.1363.12-
YUV153.05157.3288.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.68%
GREEN value IS 171 (67.19% from 255) = 36.08%
BLUE value IS 205 (80.47% from 255) = 43.25%
R=20.68%
G=36.08%
B=43.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal981712050.520.1700.20199.0751.6959.41
Hex62ABCD3411014c7343b
Octal14225331564210243076473
Binary110001010101011110011011101001000101010011000111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62ABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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