#063F4D

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

Shades of Sherpa Blue #063F4D

Tints of Sherpa Blue #063F4D

Color information

#063F4D (or 0x063F4D) is unknown color: approx Sherpa Blue. HEX triplet: 06, 3F and 4D. RGB value is (6,63,77). Sum of RGB (Red+Green+Blue) = 6+63+77=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 63 (25% from 255 or 43.15% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #063F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063F4D is #F9C0B2. Grayscale: #2F2F2F. Windows color (decimal): -16367795 or 5062406. OLE color: 5062406.

HSL color Cylindrical-coordinate representation of color #063F4D: hue angle of 191.83º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #063F4D is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB66377-
CMYK0.920.1800.70
HSL191.83º85.54%16.27%-
HSV(B)191.83º92.21%30.2%-
XYZ3.194.137.65-
YUV47.55144.6298.36-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.11%
GREEN value IS 63 (25% from 255) = 43.15%
BLUE value IS 77 (30.47% from 255) = 52.74%
R=4.11%
G=43.15%
B=52.74%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal663770.920.1800.70191.8385.5416.27
Hex63F4D5C12046c05610
Octal67711513422010630012620
Binary11011111110011011011100100100100011011000000101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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