#06384C

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

Shades of Sherpa Blue #06384C

Tints of Sherpa Blue #06384C

Color information

#06384C (or 0x06384C) is unknown color: approx Sherpa Blue. HEX triplet: 06, 38 and 4C. RGB value is (6,56,76). Sum of RGB (Red+Green+Blue) = 6+56+76=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 76 (30.08% from 255 or 55.07% from 138); Max value from RGB is 76 - color contains mainly: blue. Hex color #06384C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06384C is #F9C7B3. Grayscale: #2B2B2B. Windows color (decimal): -16369588 or 4995078. OLE color: 4995078.

HSL color Cylindrical-coordinate representation of color #06384C: hue angle of 197.14º degrees, saturation: 0.85, 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 #06384C is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB65676-
CMYK0.920.2600.70
HSL197.14º85.37%16.08%-
HSV(B)197.14º92.11%29.8%-
XYZ2.793.397.34-
YUV43.33146.44101.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.35%
GREEN value IS 56 (22.27% from 255) = 40.58%
BLUE value IS 76 (30.08% from 255) = 55.07%
R=4.35%
G=40.58%
B=55.07%

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
Decimal656760.920.2600.70197.1485.3716.08
Hex6384C5C1A046c55510
Octal67011413432010630512520
Binary11011100010011001011100110100100011011000101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06384C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06384C; }

 p { color: rgb(6,56,76); }

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

<style>
 a { background-color: #06384C; }

 a { background-color: rgb(6,56,76); }

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

<style>
 span { border-color: #06384C; }

 span { border-color: rgb(6,56,76); }

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