Html Css Color HEX #62A1CC Picton Blue

📋 copy color: '#62A1CC'

red 98 ◦ green 161 ◦ blue 204

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

Shades of Picton Blue #62A1CC

Tints of Picton Blue #62A1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.06%

R = 21.17%
G = 34.77%
B = 44.06%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#62A1CC (or 0x62A1CC) is known color: Picton Blue. HEX triplet: 62, A1 and CC. RGB value is (98,161,204). Sum of RGB (Red+Green+Blue) = 98+161+204=463 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.17% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #62A1CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A1CC is #9D5E33. Grayscale: #929292. Windows color (decimal): -10313268 or 13410658. OLE color: 13410658.

HSL color Cylindrical-coordinate representation of color #62A1CC: hue angle of 204.34º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62A1CC is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 98 161 204 -
CMYK 0.52 0.21 0 0.2
HSL 204.34º 0.51% 0.59% -
HSV(B) 204.34º 0.52% 0.8% -
XYZ 28.68 32.45 61.88 -
YUV 147.07 160.13 93 -
System Red Green Blue C M Y K H S L
Decimal 98 161 204 0.52 0.21 0 0.2 204.34 0.51 0.59
Hex 62 A1 CC 34 15 0 14 CC 33 3B
Octal 142 241 314 64 25 0 24 314 63 73
Binary 1100010 10100001 11001100 110100 10101 0 10100 11001100 110011 111011

Color Harmonies of #62A1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A1CC

Black with #62A1CC

Text Example


Text Example

White with #62A1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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