Html Css Color HEX #62A1DC Picton Blue

📋 copy color: '#62A1DC'

red 98 ◦ green 161 ◦ blue 220

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

Shades of Picton Blue #62A1DC

Tints of Picton Blue #62A1DC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.61%

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 20.46%
G = 33.61%
B = 45.93%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#62A1DC (or 0x62A1DC) is known color: Picton Blue. HEX triplet: 62, A1 and DC. RGB value is (98,161,220). Sum of RGB (Red+Green+Blue) = 98+161+220=479 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.46% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #62A1DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A1DC is #9D5E23. Grayscale: #949494. Windows color (decimal): -10313252 or 14459234. OLE color: 14459234.

HSL color Cylindrical-coordinate representation of color #62A1DC: hue angle of 209.02º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62A1DC is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 161 220 -
CMYK 0.55 0.27 0 0.14
HSL 209.02º 0.64% 0.62% -
HSV(B) 209.02º 0.55% 0.86% -
XYZ 30.7 33.25 72.51 -
YUV 148.89 168.13 91.7 -
System Red Green Blue C M Y K H S L
Decimal 98 161 220 0.55 0.27 0 0.14 209.02 0.64 0.62
Hex 62 A1 DC 37 1B 0 E D1 40 3E
Octal 142 241 334 67 33 0 16 321 100 76
Binary 1100010 10100001 11011100 110111 11011 0 1110 11010001 1000000 111110

Color Harmonies of #62A1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A1DC

Black with #62A1DC

Text Example


Text Example

White with #62A1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,161,220); }

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

background-color css

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

 a { background-color: rgb(98,161,220); }

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

border-color css

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

 span { border-color: rgb(98,161,220); }

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