#063B45

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

Shades of Sherpa Blue #063B45

Tints of Sherpa Blue #063B45

Color information

#063B45 (or 0x063B45) is unknown color: approx Sherpa Blue. HEX triplet: 06, 3B and 45. RGB value is (6,59,69). Sum of RGB (Red+Green+Blue) = 6+59+69=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 59 (23.44% from 255 or 44.03% from 134); Blue value is 69 (27.34% from 255 or 51.49% from 134); Max value from RGB is 69 - color contains mainly: blue. Hex color #063B45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063B45 is #F9C4BA. Grayscale: #2C2C2C. Windows color (decimal): -16368827 or 4537094. OLE color: 4537094.

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

Color convert

RGB65969-
CMYK0.910.1400.73
HSL189.52º84%14.71%-
HSV(B)189.52º91.3%27.06%-
XYZ2.713.66.18-
YUV44.29141.94100.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.48%
GREEN value IS 59 (23.44% from 255) = 44.03%
BLUE value IS 69 (27.34% from 255) = 51.49%
R=4.48%
G=44.03%
B=51.49%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal659690.910.1400.73189.528414.71
Hex63B455BE049be54f
Octal67310513316011127612417
Binary110111011100010110110111110010010011011111010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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