#063E45

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

Shades of Sherpa Blue #063E45

Tints of Sherpa Blue #063E45

Color information

#063E45 (or 0x063E45) is unknown color: approx Sherpa Blue. HEX triplet: 06, 3E and 45. RGB value is (6,62,69). Sum of RGB (Red+Green+Blue) = 6+62+69=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 62 (24.61% from 255 or 45.26% from 137); Blue value is 69 (27.34% from 255 or 50.36% from 137); Max value from RGB is 69 - color contains mainly: blue. Hex color #063E45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063E45 is #F9C1BA. Grayscale: #2D2D2D. Windows color (decimal): -16368059 or 4537862. OLE color: 4537862.

HSL color Cylindrical-coordinate representation of color #063E45: hue angle of 186.67º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #063E45 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB66269-
CMYK0.910.1000.73
HSL186.67º84%14.71%-
HSV(B)186.67º91.3%27.06%-
XYZ2.873.916.23-
YUV46.05140.9599.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.38%
GREEN value IS 62 (24.61% from 255) = 45.26%
BLUE value IS 69 (27.34% from 255) = 50.36%
R=4.38%
G=45.26%
B=50.36%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal662690.910.1000.73186.678414.71
Hex63E455BA049bb54f
Octal67610513312011127312417
Binary110111110100010110110111010010010011011101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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