Shades of Sherpa Blue #06384D
Tints of Sherpa Blue #06384D
RGB
CMYK
RGB Variations
Color information
#06384D (or 0x06384D) is known color: Sherpa Blue. HEX triplet: 06, 38 and 4D. RGB value is (6,56,77). Sum of RGB (Red+Green+Blue) = 6+56+77=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 56 (22.27% from 255 or 40.29% from 139); Blue value is 77 (30.47% from 255 or 55.40% from 139); Max value from RGB is 77 - color contains mainly: blue. Hex color #06384D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06384D is #F9C7B2. Grayscale: #2B2B2B. Windows color (decimal): -16369587 or 5060614. OLE color: 5060614.
HSL color Cylindrical-coordinate representation of color #06384D: hue angle of 197.75º 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 #06384D is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 56 | 77 | - |
| CMYK | 0.92 | 0.27 | 0 | 0.70 |
| HSL | 197.75º | 0.86% | 0.16% | - |
| HSV(B) | 197.75º | 0.92% | 0.3% | - |
| XYZ | 2.83 | 3.4 | 7.53 | - |
| YUV | 43.44 | 146.94 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 56 | 77 | 0.92 | 0.27 | 0 | 0.70 | 197.75 | 0.86 | 0.16 |
| Hex | 6 | 38 | 4D | 5C | 1B | 0 | 46 | C6 | 56 | 10 |
| Octal | 6 | 70 | 115 | 134 | 33 | 0 | 106 | 306 | 126 | 20 |
| Binary | 110 | 111000 | 1001101 | 1011100 | 11011 | 0 | 1000110 | 11000110 | 1010110 | 10000 |
Color Harmonies of #06384D
Complementary color
Monochromatic Colors of #06384D
Black with #06384D
Text Example
Text Example
White with #06384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06384D; }
p { color: rgb(6,56,77); }
H1.HeaderClassName
{
color: #06384D;
}
.AnyTagClassName
{
color: #06384D;
}
</style>
background-color css
<style>
a { background-color: #06384D; }
a { background-color: rgb(6,56,77); }
div.DivClassName
{
background-color: #06384D;
}
.BgClassName
{
background-color: #06384D;
}
</style>
border-color css
<style>
span { border-color: #06384D; }
span { border-color: rgb(6,56,77); }
td.TdClassName
{
border-color: #06384D;
}
.TagClassName
{
border-color: #06384D;
}
</style>