Html Css Color HEX #62A6CC Picton Blue

📋 copy color: '#62A6CC'

red 98 ◦ green 166 ◦ blue 204

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

Shades of Picton Blue #62A6CC

Tints of Picton Blue #62A6CC

RGB

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

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

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

R = 20.94%
G = 35.47%
B = 43.59%

CMYK

 C value IS 0.52

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#62A6CC (or 0x62A6CC) is known color: Picton Blue. HEX triplet: 62, A6 and CC. RGB value is (98,166,204). Sum of RGB (Red+Green+Blue) = 98+166+204=468 (61% of max value = 765). Red value is 98 (38.67% from 255 or 20.94% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #62A6CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A6CC is #9D5933. Grayscale: #959595. Windows color (decimal): -10311988 or 13411938. OLE color: 13411938.

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

Color convert

RGB 98 166 204 -
CMYK 0.52 0.19 0 0.2
HSL 201.51º 0.51% 0.59% -
HSV(B) 201.51º 0.52% 0.8% -
XYZ 29.57 34.23 62.17 -
YUV 150 158.47 90.91 -
System Red Green Blue C M Y K H S L
Decimal 98 166 204 0.52 0.19 0 0.2 201.51 0.51 0.59
Hex 62 A6 CC 34 13 0 14 CA 33 3B
Octal 142 246 314 64 23 0 24 312 63 73
Binary 1100010 10100110 11001100 110100 10011 0 10100 11001010 110011 111011

Color Harmonies of #62A6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A6CC

Black with #62A6CC

Text Example


Text Example

White with #62A6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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