Html Css Color HEX #62A5C6 Picton Blue

📋 copy color: '#62A5C6'

red 98 ◦ green 165 ◦ blue 198

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

Shades of Picton Blue #62A5C6

Tints of Picton Blue #62A5C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.95%

R = 21.26%
G = 35.79%
B = 42.95%

CMYK

 C value IS 0.51

 M value IS 0.17

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#62A5C6 (or 0x62A5C6) is known color: Picton Blue. HEX triplet: 62, A5 and C6. RGB value is (98,165,198). Sum of RGB (Red+Green+Blue) = 98+165+198=461 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.26% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 198 - color contains mainly: blue. Hex color #62A5C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A5C6 is #9D5A39. Grayscale: #949494. Windows color (decimal): -10312250 or 13018466. OLE color: 13018466.

HSL color Cylindrical-coordinate representation of color #62A5C6: hue angle of 199.8º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #62A5C6 is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 98 165 198 -
CMYK 0.51 0.17 0 0.22
HSL 199.8º 0.47% 0.58% -
HSV(B) 199.8º 0.51% 0.78% -
XYZ 28.69 33.58 58.4 -
YUV 148.73 155.8 91.82 -
System Red Green Blue C M Y K H S L
Decimal 98 165 198 0.51 0.17 0 0.22 199.8 0.47 0.58
Hex 62 A5 C6 33 11 0 16 C8 2F 3A
Octal 142 245 306 63 21 0 26 310 57 72
Binary 1100010 10100101 11000110 110011 10001 0 10110 11001000 101111 111010

Color Harmonies of #62A5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A5C6

Black with #62A5C6

Text Example


Text Example

White with #62A5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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