#06475E

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

Shades of Sherpa Blue #06475E

Tints of Sherpa Blue #06475E

Color information

#06475E (or 0x06475E) is unknown color: approx Sherpa Blue. HEX triplet: 06, 47 and 5E. RGB value is (6,71,94). Sum of RGB (Red+Green+Blue) = 6+71+94=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 94 (37.11% from 255 or 54.97% from 171); Max value from RGB is 94 - color contains mainly: blue. Hex color #06475E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06475E is #F9B8A1. Grayscale: #363636. Windows color (decimal): -16365730 or 6178566. OLE color: 6178566.

HSL color Cylindrical-coordinate representation of color #06475E: hue angle of 195.68º 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 #06475E is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB67194-
CMYK0.940.2400.63
HSL195.68º88%19.61%-
HSV(B)195.68º93.62%36.86%-
XYZ4.355.3511.39-
YUV54.19150.4793.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.51%
GREEN value IS 71 (28.12% from 255) = 41.52%
BLUE value IS 94 (37.11% from 255) = 54.97%
R=3.51%
G=41.52%
B=54.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal671940.940.2400.63195.688819.61
Hex6475E5E1803Fc45814
Octal61071361363007730413024
Binary11010001111011110101111011000011111111000100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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