#62AAC7

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

Shades of Picton Blue #62AAC7

Tints of Picton Blue #62AAC7

Color information

#62AAC7 (or 0x62AAC7) is unknown color: approx Picton Blue. HEX triplet: 62, AA and C7. RGB value is (98,170,199). Sum of RGB (Red+Green+Blue) = 98+170+199=467 (61% of max value = 765). Red value is 98 (38.67% from 255 or 20.99% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 199 (78.12% from 255 or 42.61% from 467); Max value from RGB is 199 - color contains mainly: blue. Hex color #62AAC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62AAC7 is #9D5538. Grayscale: #979797. Windows color (decimal): -10310969 or 13085282. OLE color: 13085282.

HSL color Cylindrical-coordinate representation of color #62AAC7: hue angle of 197.23º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #62AAC7 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB98170199-
CMYK0.510.1500.22
HSL197.23º47.42%58.24%-
HSV(B)197.23º50.75%78.04%-
XYZ29.7235.4759.31-
YUV151.78154.6589.64-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.99%
GREEN value IS 170 (66.80% from 255) = 36.40%
BLUE value IS 199 (78.12% from 255) = 42.61%
R=20.99%
G=36.40%
B=42.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal981701990.510.1500.22197.2347.4258.24
Hex62AAC733F016c52f3a
Octal14225230763170263055772
Binary11000101010101011000111110011111101011011000101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,170,199); }

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

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

 a { background-color: rgb(98,170,199); }

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

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

 span { border-color: rgb(98,170,199); }

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