Html Css Color HEX #62A0CB Picton Blue

📋 copy color: '#62A0CB'

red 98 ◦ green 160 ◦ blue 203

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

Shades of Picton Blue #62A0CB

Tints of Picton Blue #62A0CB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.71%

 BLUE value IS 203 (79.69% from 255) = 44.03%

R = 21.26%
G = 34.71%
B = 44.03%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#62A0CB (or 0x62A0CB) is known color: Picton Blue. HEX triplet: 62, A0 and CB. RGB value is (98,160,203). Sum of RGB (Red+Green+Blue) = 98+160+203=461 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.26% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #62A0CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A0CB is #9D5F34. Grayscale: #929292. Windows color (decimal): -10313525 or 13344866. OLE color: 13344866.

HSL color Cylindrical-coordinate representation of color #62A0CB: hue angle of 204.57º degrees, saturation: 0.5, 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 #62A0CB is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 160 203 -
CMYK 0.52 0.21 0 0.20
HSL 204.57º 0.5% 0.59% -
HSV(B) 204.57º 0.52% 0.8% -
XYZ 28.39 32.05 61.19 -
YUV 146.36 159.96 93.5 -
System Red Green Blue C M Y K H S L
Decimal 98 160 203 0.52 0.21 0 0.20 204.57 0.5 0.59
Hex 62 A0 CB 34 15 0 14 CD 32 3B
Octal 142 240 313 64 25 0 24 315 62 73
Binary 1100010 10100000 11001011 110100 10101 0 10100 11001101 110010 111011

Color Harmonies of #62A0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A0CB

Black with #62A0CB

Text Example


Text Example

White with #62A0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,160,203); }

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

background-color css

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

 a { background-color: rgb(98,160,203); }

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

border-color css

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

 span { border-color: rgb(98,160,203); }

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