Html Css Color HEX #063F50 Sherpa Blue

📋 copy color: '#063F50'

red 6 ◦ green 63 ◦ blue 80

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

Shades of Sherpa Blue #063F50

Tints of Sherpa Blue #063F50

RGB

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

 GREEN value IS 63 (25% from 255) = 42.28%

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

R = 4.03%
G = 42.28%
B = 53.69%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#063F50 (or 0x063F50) is known color: Sherpa Blue. HEX triplet: 06, 3F and 50. RGB value is (6,63,80). Sum of RGB (Red+Green+Blue) = 6+63+80=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 63 (25% from 255 or 42.28% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #063F50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063F50 is #F9C0AF. Grayscale: #2F2F2F. Windows color (decimal): -16367792 or 5259014. OLE color: 5259014.

HSL color Cylindrical-coordinate representation of color #063F50: hue angle of 193.78º 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 #063F50 is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 63 80 -
CMYK 0.92 0.21 0 0.69
HSL 193.78º 0.86% 0.17% -
HSV(B) 193.78º 0.93% 0.31% -
XYZ 3.3 4.17 8.22 -
YUV 47.9 146.12 98.12 -
System Red Green Blue C M Y K H S L
Decimal 6 63 80 0.92 0.21 0 0.69 193.78 0.86 0.17
Hex 6 3F 50 5C 15 0 45 C2 56 11
Octal 6 77 120 134 25 0 105 302 126 21
Binary 110 111111 1010000 1011100 10101 0 1000101 11000010 1010110 10001

Color Harmonies of #063F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063F50

Black with #063F50

Text Example


Text Example

White with #063F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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