#06394F

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

Shades of Sherpa Blue #06394F

Tints of Sherpa Blue #06394F

Color information

#06394F (or 0x06394F) is unknown color: approx Sherpa Blue. HEX triplet: 06, 39 and 4F. RGB value is (6,57,79). Sum of RGB (Red+Green+Blue) = 6+57+79=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 57 (22.66% from 255 or 40.14% from 142); Blue value is 79 (31.25% from 255 or 55.63% from 142); Max value from RGB is 79 - color contains mainly: blue. Hex color #06394F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06394F is #F9C6B0. Grayscale: #2C2C2C. Windows color (decimal): -16369329 or 5191942. OLE color: 5191942.

HSL color Cylindrical-coordinate representation of color #06394F: hue angle of 198.08º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06394F is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB65779-
CMYK0.920.2800.69
HSL198.08º85.88%16.67%-
HSV(B)198.08º92.41%30.98%-
XYZ2.953.537.92-
YUV44.26147.6100.71-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.23%
GREEN value IS 57 (22.66% from 255) = 40.14%
BLUE value IS 79 (31.25% from 255) = 55.63%
R=4.23%
G=40.14%
B=55.63%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal657790.920.2800.69198.0885.8816.67
Hex6394F5C1C045c65611
Octal67111713434010530612621
Binary11011100110011111011100111000100010111000110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06394F; }

 p { color: rgb(6,57,79); }

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

<style>
 a { background-color: #06394F; }

 a { background-color: rgb(6,57,79); }

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

<style>
 span { border-color: #06394F; }

 span { border-color: rgb(6,57,79); }

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