Html Css Color HEX #62A5CB Picton Blue

📋 copy color: '#62A5CB'

red 98 ◦ green 165 ◦ blue 203

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

Shades of Picton Blue #62A5CB

Tints of Picton Blue #62A5CB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.41%

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

R = 21.03%
G = 35.41%
B = 43.56%

CMYK

 C value IS 0.52

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#62A5CB (or 0x62A5CB) is known color: Picton Blue. HEX triplet: 62, A5 and CB. RGB value is (98,165,203). Sum of RGB (Red+Green+Blue) = 98+165+203=466 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.03% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #62A5CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A5CB is #9D5A34. Grayscale: #959595. Windows color (decimal): -10312245 or 13346146. OLE color: 13346146.

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

Color convert

RGB 98 165 203 -
CMYK 0.52 0.19 0 0.20
HSL 201.71º 0.5% 0.59% -
HSV(B) 201.71º 0.52% 0.8% -
XYZ 29.27 33.82 61.48 -
YUV 149.3 158.3 91.41 -
System Red Green Blue C M Y K H S L
Decimal 98 165 203 0.52 0.19 0 0.20 201.71 0.5 0.59
Hex 62 A5 CB 34 13 0 14 CA 32 3B
Octal 142 245 313 64 23 0 24 312 62 73
Binary 1100010 10100101 11001011 110100 10011 0 10100 11001010 110010 111011

Color Harmonies of #62A5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A5CB

Black with #62A5CB

Text Example


Text Example

White with #62A5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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