Shades of Sherpa Blue #06445A
Tints of Sherpa Blue #06445A
RGB
CMYK
RGB Variations
Color information
#06445A (or 0x06445A) is known color: Sherpa Blue. HEX triplet: 06, 44 and 5A. RGB value is (6,68,90). Sum of RGB (Red+Green+Blue) = 6+68+90=164 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.66% from 164); Green value is 68 (26.95% from 255 or 41.46% from 164); Blue value is 90 (35.55% from 255 or 54.88% from 164); Max value from RGB is 90 - color contains mainly: blue. Hex color #06445A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06445A is #F9BBA5. Grayscale: #333333. Windows color (decimal): -16366502 or 5915654. OLE color: 5915654.
HSL color Cylindrical-coordinate representation of color #06445A: hue angle of 195.71º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06445A is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 68 | 90 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.65 |
| HSL | 195.71º | 0.88% | 0.19% | - |
| HSV(B) | 195.71º | 0.93% | 0.35% | - |
| XYZ | 3.99 | 4.91 | 10.41 | - |
| YUV | 51.97 | 149.46 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 68 | 90 | 0.93 | 0.24 | 0 | 0.65 | 195.71 | 0.88 | 0.19 |
| Hex | 6 | 44 | 5A | 5D | 18 | 0 | 41 | C4 | 58 | 13 |
| Octal | 6 | 104 | 132 | 135 | 30 | 0 | 101 | 304 | 130 | 23 |
| Binary | 110 | 1000100 | 1011010 | 1011101 | 11000 | 0 | 1000001 | 11000100 | 1011000 | 10011 |
Color Harmonies of #06445A
Complementary color
Monochromatic Colors of #06445A
Black with #06445A
Text Example
Text Example
White with #06445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06445A; }
p { color: rgb(6,68,90); }
H1.HeaderClassName
{
color: #06445A;
}
.AnyTagClassName
{
color: #06445A;
}
</style>
background-color css
<style>
a { background-color: #06445A; }
a { background-color: rgb(6,68,90); }
div.DivClassName
{
background-color: #06445A;
}
.BgClassName
{
background-color: #06445A;
}
</style>
border-color css
<style>
span { border-color: #06445A; }
span { border-color: rgb(6,68,90); }
td.TdClassName
{
border-color: #06445A;
}
.TagClassName
{
border-color: #06445A;
}
</style>