Html Css Color HEX #063E50 Sherpa Blue

📋 copy color: '#063E50'

red 6 ◦ green 62 ◦ blue 80

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

Shades of Sherpa Blue #063E50

Tints of Sherpa Blue #063E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 54.05%

R = 4.05%
G = 41.89%
B = 54.05%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#063E50 (or 0x063E50) is known color: Sherpa Blue. HEX triplet: 06, 3E and 50. RGB value is (6,62,80). Sum of RGB (Red+Green+Blue) = 6+62+80=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 62 (24.61% from 255 or 41.89% from 148); Blue value is 80 (31.64% from 255 or 54.05% from 148); Max value from RGB is 80 - color contains mainly: blue. Hex color #063E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063E50 is #F9C1AF. Grayscale: #2F2F2F. Windows color (decimal): -16368048 or 5258758. OLE color: 5258758.

HSL color Cylindrical-coordinate representation of color #063E50: hue angle of 194.59º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063E50 is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 62 80 -
CMYK 0.92 0.22 0 0.69
HSL 194.59º 0.86% 0.17% -
HSV(B) 194.59º 0.93% 0.31% -
XYZ 3.25 4.06 8.2 -
YUV 47.31 146.45 98.54 -
System Red Green Blue C M Y K H S L
Decimal 6 62 80 0.92 0.22 0 0.69 194.59 0.86 0.17
Hex 6 3E 50 5C 16 0 45 C3 56 11
Octal 6 76 120 134 26 0 105 303 126 21
Binary 110 111110 1010000 1011100 10110 0 1000101 11000011 1010110 10001

Color Harmonies of #063E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063E50

Black with #063E50

Text Example


Text Example

White with #063E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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