Html Css Color HEX #62AACC Picton Blue

📋 copy color: '#62AACC'

red 98 ◦ green 170 ◦ blue 204

#62AACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #62AACC

Tints of Picton Blue #62AACC

RGB

 RED value IS 98 (38.67% from 255) = 20.76%

 GREEN value IS 170 (66.8% from 255) = 36.02%

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 20.76%
G = 36.02%
B = 43.22%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#62AACC (or 0x62AACC) is known color: Picton Blue. HEX triplet: 62, AA and CC. RGB value is (98,170,204). Sum of RGB (Red+Green+Blue) = 98+170+204=472 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.76% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #62AACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62AACC is #9D5533. Grayscale: #989898. Windows color (decimal): -10310964 or 13412962. OLE color: 13412962.

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

Color convert

RGB 98 170 204 -
CMYK 0.52 0.17 0 0.2
HSL 199.25º 0.51% 0.59% -
HSV(B) 199.25º 0.52% 0.8% -
XYZ 30.31 35.71 62.42 -
YUV 152.35 157.15 89.24 -
System Red Green Blue C M Y K H S L
Decimal 98 170 204 0.52 0.17 0 0.2 199.25 0.51 0.59
Hex 62 AA CC 34 11 0 14 C7 33 3B
Octal 142 252 314 64 21 0 24 307 63 73
Binary 1100010 10101010 11001100 110100 10001 0 10100 11000111 110011 111011

Color Harmonies of #62AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62AACC

Black with #62AACC

Text Example


Text Example

White with #62AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62AACC;
 }
 .AnyTagClassName
 {
   color: #62AACC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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