Html Css Color HEX #063E52 Sherpa Blue

📋 copy color: '#063E52'

red 6 ◦ green 62 ◦ blue 82

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

Shades of Sherpa Blue #063E52

Tints of Sherpa Blue #063E52

RGB

 RED value IS 6 (2.73% from 255) = 4%

 GREEN value IS 62 (24.61% from 255) = 41.33%

 BLUE value IS 82 (32.42% from 255) = 54.67%

R = 4%
G = 41.33%
B = 54.67%

CMYK

 C value IS 0.93

 M value IS 0.24

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#063E52 (or 0x063E52) is known color: Sherpa Blue. HEX triplet: 06, 3E and 52. RGB value is (6,62,82). Sum of RGB (Red+Green+Blue) = 6+62+82=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 62 (24.61% from 255 or 41.33% from 150); Blue value is 82 (32.42% from 255 or 54.67% from 150); Max value from RGB is 82 - color contains mainly: blue. Hex color #063E52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063E52 is #F9C1AD. Grayscale: #2F2F2F. Windows color (decimal): -16368046 or 5389830. OLE color: 5389830.

HSL color Cylindrical-coordinate representation of color #063E52: hue angle of 195.79º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063E52 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 62 82 -
CMYK 0.93 0.24 0 0.68
HSL 195.79º 0.86% 0.17% -
HSV(B) 195.79º 0.93% 0.32% -
XYZ 3.32 4.09 8.6 -
YUV 47.54 147.45 98.37 -
System Red Green Blue C M Y K H S L
Decimal 6 62 82 0.93 0.24 0 0.68 195.79 0.86 0.17
Hex 6 3E 52 5D 18 0 44 C4 56 11
Octal 6 76 122 135 30 0 104 304 126 21
Binary 110 111110 1010010 1011101 11000 0 1000100 11000100 1010110 10001

Color Harmonies of #063E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063E52

Black with #063E52

Text Example


Text Example

White with #063E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063E52; }

 p { color: rgb(6,62,82); }

 H1.HeaderClassName
 {
   color: #063E52;
 }
 .AnyTagClassName
 {
   color: #063E52;
 }
</style>

background-color css

<style>
 a { background-color: #063E52; }

 a { background-color: rgb(6,62,82); }

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

border-color css

<style>
 span { border-color: #063E52; }

 span { border-color: rgb(6,62,82); }

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