#063A45

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

Shades of Sherpa Blue #063A45

Tints of Sherpa Blue #063A45

Color information

#063A45 (or 0x063A45) is unknown color: approx Sherpa Blue. HEX triplet: 06, 3A and 45. RGB value is (6,58,69). Sum of RGB (Red+Green+Blue) = 6+58+69=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 58 (23.05% from 255 or 43.61% from 133); Blue value is 69 (27.34% from 255 or 51.88% from 133); Max value from RGB is 69 - color contains mainly: blue. Hex color #063A45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063A45 is #F9C5BA. Grayscale: #2B2B2B. Windows color (decimal): -16369083 or 4536838. OLE color: 4536838.

HSL color Cylindrical-coordinate representation of color #063A45: hue angle of 190.48º 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 #063A45 is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB65869-
CMYK0.910.1600.73
HSL190.48º84%14.71%-
HSV(B)190.48º91.3%27.06%-
XYZ2.663.496.16-
YUV43.71142.27101.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.51%
GREEN value IS 58 (23.05% from 255) = 43.61%
BLUE value IS 69 (27.34% from 255) = 51.88%
R=4.51%
G=43.61%
B=51.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal658690.910.1600.73190.488414.71
Hex63A455B10049be54f
Octal67210513320011127612417
Binary1101110101000101101101110000010010011011111010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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