Html Css Color HEX #62B0CC Picton Blue

📋 copy color: '#62B0CC'

red 98 ◦ green 176 ◦ blue 204

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

Shades of Picton Blue #62B0CC

Tints of Picton Blue #62B0CC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.82%

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

R = 20.5%
G = 36.82%
B = 42.68%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#62B0CC (or 0x62B0CC) is known color: Picton Blue. HEX triplet: 62, B0 and CC. RGB value is (98,176,204). Sum of RGB (Red+Green+Blue) = 98+176+204=478 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.50% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #62B0CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62B0CC is #9D4F33. Grayscale: #9B9B9B. Windows color (decimal): -10309428 or 13414498. OLE color: 13414498.

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

Color convert

RGB 98 176 204 -
CMYK 0.52 0.14 0 0.2
HSL 195.85º 0.51% 0.59% -
HSV(B) 195.85º 0.52% 0.8% -
XYZ 31.46 38.01 62.8 -
YUV 155.87 155.16 86.72 -
System Red Green Blue C M Y K H S L
Decimal 98 176 204 0.52 0.14 0 0.2 195.85 0.51 0.59
Hex 62 B0 CC 34 E 0 14 C4 33 3B
Octal 142 260 314 64 16 0 24 304 63 73
Binary 1100010 10110000 11001100 110100 1110 0 10100 11000100 110011 111011

Color Harmonies of #62B0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62B0CC

Black with #62B0CC

Text Example


Text Example

White with #62B0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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