Html Css Color HEX #62A6DF Picton Blue

📋 copy color: '#62A6DF'

red 98 ◦ green 166 ◦ blue 223

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

Shades of Picton Blue #62A6DF

Tints of Picton Blue #62A6DF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.09%

 BLUE value IS 223 (87.5% from 255) = 45.79%

R = 20.12%
G = 34.09%
B = 45.79%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#62A6DF (or 0x62A6DF) is known color: Picton Blue. HEX triplet: 62, A6 and DF. RGB value is (98,166,223). Sum of RGB (Red+Green+Blue) = 98+166+223=487 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.12% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #62A6DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A6DF is #9D5920. Grayscale: #979797. Windows color (decimal): -10311969 or 14657122. OLE color: 14657122.

HSL color Cylindrical-coordinate representation of color #62A6DF: hue angle of 207.36º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62A6DF is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 166 223 -
CMYK 0.56 0.26 0 0.13
HSL 207.36º 0.66% 0.63% -
HSV(B) 207.36º 0.56% 0.87% -
XYZ 31.99 35.2 74.92 -
YUV 152.17 167.97 89.37 -
System Red Green Blue C M Y K H S L
Decimal 98 166 223 0.56 0.26 0 0.13 207.36 0.66 0.63
Hex 62 A6 DF 38 1A 0 D CF 42 3F
Octal 142 246 337 70 32 0 15 317 102 77
Binary 1100010 10100110 11011111 111000 11010 0 1101 11001111 1000010 111111

Color Harmonies of #62A6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A6DF

Black with #62A6DF

Text Example


Text Example

White with #62A6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,166,223); }

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

background-color css

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

 a { background-color: rgb(98,166,223); }

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

border-color css

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

 span { border-color: rgb(98,166,223); }

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