Html Css Color HEX #62A3CE Picton Blue

📋 copy color: '#62A3CE'

red 98 ◦ green 163 ◦ blue 206

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

Shades of Picton Blue #62A3CE

Tints of Picton Blue #62A3CE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.9%

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 20.99%
G = 34.9%
B = 44.11%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#62A3CE (or 0x62A3CE) is known color: Picton Blue. HEX triplet: 62, A3 and CE. RGB value is (98,163,206). Sum of RGB (Red+Green+Blue) = 98+163+206=467 (61% of max value = 765). Red value is 98 (38.67% from 255 or 20.99% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #62A3CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A3CE is #9D5C31. Grayscale: #949494. Windows color (decimal): -10312754 or 13542242. OLE color: 13542242.

HSL color Cylindrical-coordinate representation of color #62A3CE: hue angle of 203.89º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62A3CE is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 163 206 -
CMYK 0.52 0.21 0 0.19
HSL 203.89º 0.52% 0.6% -
HSV(B) 203.89º 0.52% 0.81% -
XYZ 29.27 33.25 63.27 -
YUV 148.47 160.47 92 -
System Red Green Blue C M Y K H S L
Decimal 98 163 206 0.52 0.21 0 0.19 203.89 0.52 0.6
Hex 62 A3 CE 34 15 0 13 CC 34 3C
Octal 142 243 316 64 25 0 23 314 64 74
Binary 1100010 10100011 11001110 110100 10101 0 10011 11001100 110100 111100

Color Harmonies of #62A3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A3CE

Black with #62A3CE

Text Example


Text Example

White with #62A3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,163,206); }

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

background-color css

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

 a { background-color: rgb(98,163,206); }

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

border-color css

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

 span { border-color: rgb(98,163,206); }

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