#06455E

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

Shades of Sherpa Blue #06455E

Tints of Sherpa Blue #06455E

Color information

#06455E (or 0x06455E) is unknown color: approx Sherpa Blue. HEX triplet: 06, 45 and 5E. RGB value is (6,69,94). Sum of RGB (Red+Green+Blue) = 6+69+94=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 94 (37.11% from 255 or 55.62% from 169); Max value from RGB is 94 - color contains mainly: blue. Hex color #06455E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06455E is #F9BAA1. Grayscale: #343434. Windows color (decimal): -16366242 or 6178054. OLE color: 6178054.

HSL color Cylindrical-coordinate representation of color #06455E: hue angle of 197.05º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06455E is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB66994-
CMYK0.940.2700.63
HSL197.05º88%19.61%-
HSV(B)197.05º93.62%36.86%-
XYZ4.225.111.35-
YUV53.01151.1394.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.55%
GREEN value IS 69 (27.34% from 255) = 40.83%
BLUE value IS 94 (37.11% from 255) = 55.62%
R=3.55%
G=40.83%
B=55.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal669940.940.2700.63197.058819.61
Hex6455E5E1B03Fc55814
Octal61051361363307730513024
Binary11010001011011110101111011011011111111000101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06455E; }

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

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

<style>
 a { background-color: #06455E; }

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

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

<style>
 span { border-color: #06455E; }

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

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