Html Css Color HEX #62A1D1 Picton Blue

📋 copy color: '#62A1D1'

red 98 ◦ green 161 ◦ blue 209

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

Shades of Picton Blue #62A1D1

Tints of Picton Blue #62A1D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.66%

R = 20.94%
G = 34.4%
B = 44.66%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#62A1D1 (or 0x62A1D1) is known color: Picton Blue. HEX triplet: 62, A1 and D1. RGB value is (98,161,209). Sum of RGB (Red+Green+Blue) = 98+161+209=468 (61% of max value = 765). Red value is 98 (38.67% from 255 or 20.94% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 209 - color contains mainly: blue. Hex color #62A1D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A1D1 is #9D5E2E. Grayscale: #939393. Windows color (decimal): -10313263 or 13738338. OLE color: 13738338.

HSL color Cylindrical-coordinate representation of color #62A1D1: hue angle of 205.95º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62A1D1 is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 98 161 209 -
CMYK 0.53 0.23 0 0.18
HSL 205.95º 0.55% 0.6% -
HSV(B) 205.95º 0.53% 0.82% -
XYZ 29.29 32.69 65.09 -
YUV 147.64 162.63 92.6 -
System Red Green Blue C M Y K H S L
Decimal 98 161 209 0.53 0.23 0 0.18 205.95 0.55 0.6
Hex 62 A1 D1 35 17 0 12 CE 37 3C
Octal 142 241 321 65 27 0 22 316 67 74
Binary 1100010 10100001 11010001 110101 10111 0 10010 11001110 110111 111100

Color Harmonies of #62A1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A1D1

Black with #62A1D1

Text Example


Text Example

White with #62A1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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