#063E55

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

Shades of Sherpa Blue #063E55

Tints of Sherpa Blue #063E55

Color information

#063E55 (or 0x063E55) is unknown color: approx Sherpa Blue. HEX triplet: 06, 3E and 55. RGB value is (6,62,85). Sum of RGB (Red+Green+Blue) = 6+62+85=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 62 (24.61% from 255 or 40.52% from 153); Blue value is 85 (33.59% from 255 or 55.56% from 153); Max value from RGB is 85 - color contains mainly: blue. Hex color #063E55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063E55 is #F9C1AA. Grayscale: #2F2F2F. Windows color (decimal): -16368043 or 5586438. OLE color: 5586438.

HSL color Cylindrical-coordinate representation of color #063E55: hue angle of 197.47º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063E55 is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB66285-
CMYK0.930.2700.67
HSL197.47º86.81%17.84%-
HSV(B)197.47º92.94%33.33%-
XYZ3.444.149.21-
YUV47.88148.9598.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.92%
GREEN value IS 62 (24.61% from 255) = 40.52%
BLUE value IS 85 (33.59% from 255) = 55.56%
R=3.92%
G=40.52%
B=55.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal662850.930.2700.67197.4786.8117.84
Hex63E555D1B043c55712
Octal67612513533010330512722
Binary11011111010101011011101110110100001111000101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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