#063F51

Color #063F51 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #063F51

Tints of Sherpa Blue #063F51

Color information

#063F51 (or 0x063F51) is unknown color: approx Sherpa Blue. HEX triplet: 06, 3F and 51. RGB value is (6,63,81). Sum of RGB (Red+Green+Blue) = 6+63+81=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 63 (25% from 255 or 42% from 150); Blue value is 81 (32.03% from 255 or 54% from 150); Max value from RGB is 81 - color contains mainly: blue. Hex color #063F51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063F51 is #F9C0AE. Grayscale: #2F2F2F. Windows color (decimal): -16367791 or 5324550. OLE color: 5324550.

HSL color Cylindrical-coordinate representation of color #063F51: hue angle of 194.4º 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 #063F51 is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB66381-
CMYK0.930.2200.68
HSL194.4º86.21%17.06%-
HSV(B)194.4º92.59%31.76%-
XYZ3.344.198.42-
YUV48.01146.6298.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4%
GREEN value IS 63 (25% from 255) = 42%
BLUE value IS 81 (32.03% from 255) = 54%
R=4%
G=42%
B=54%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal663810.930.2200.68194.486.2117.06
Hex63F515D16044c25611
Octal67712113526010430212621
Binary11011111110100011011101101100100010011000010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #063F51;
 }
 .AnyTagClassName
 {
   color: #063F51;
 }
</style>
background-color css

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

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

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

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

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

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