#06394D

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

Shades of Sherpa Blue #06394D

Tints of Sherpa Blue #06394D

Color information

#06394D (or 0x06394D) is unknown color: approx Sherpa Blue. HEX triplet: 06, 39 and 4D. RGB value is (6,57,77). Sum of RGB (Red+Green+Blue) = 6+57+77=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 57 (22.66% from 255 or 40.71% from 140); Blue value is 77 (30.47% from 255 or 55% from 140); Max value from RGB is 77 - color contains mainly: blue. Hex color #06394D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06394D is #F9C6B2. Grayscale: #2B2B2B. Windows color (decimal): -16369331 or 5060870. OLE color: 5060870.

HSL color Cylindrical-coordinate representation of color #06394D: hue angle of 196.9º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06394D is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB65777-
CMYK0.920.2600.70
HSL196.9º85.54%16.27%-
HSV(B)196.9º92.21%30.2%-
XYZ2.883.57.55-
YUV44.03146.6100.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.29%
GREEN value IS 57 (22.66% from 255) = 40.71%
BLUE value IS 77 (30.47% from 255) = 55%
R=4.29%
G=40.71%
B=55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal657770.920.2600.70196.985.5416.27
Hex6394D5C1A046c55610
Octal67111513432010630512620
Binary11011100110011011011100110100100011011000101101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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