Html Css Color HEX #62A2DC Picton Blue

📋 copy color: '#62A2DC'

red 98 ◦ green 162 ◦ blue 220

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

Shades of Picton Blue #62A2DC

Tints of Picton Blue #62A2DC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.75%

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

R = 20.42%
G = 33.75%
B = 45.83%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#62A2DC (or 0x62A2DC) is known color: Picton Blue. HEX triplet: 62, A2 and DC. RGB value is (98,162,220). Sum of RGB (Red+Green+Blue) = 98+162+220=480 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.42% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #62A2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A2DC is #9D5D23. Grayscale: #959595. Windows color (decimal): -10312996 or 14459490. OLE color: 14459490.

HSL color Cylindrical-coordinate representation of color #62A2DC: hue angle of 208.52º 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 #62A2DC is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 162 220 -
CMYK 0.55 0.26 0 0.14
HSL 208.52º 0.64% 0.62% -
HSV(B) 208.52º 0.55% 0.86% -
XYZ 30.88 33.6 72.57 -
YUV 149.48 167.8 91.28 -
System Red Green Blue C M Y K H S L
Decimal 98 162 220 0.55 0.26 0 0.14 208.52 0.64 0.62
Hex 62 A2 DC 37 1A 0 E D1 40 3E
Octal 142 242 334 67 32 0 16 321 100 76
Binary 1100010 10100010 11011100 110111 11010 0 1110 11010001 1000000 111110

Color Harmonies of #62A2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A2DC

Black with #62A2DC

Text Example


Text Example

White with #62A2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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