Shades of Sherpa Blue #06454A
Tints of Sherpa Blue #06454A
RGB
CMYK
RGB Variations
Color information
#06454A (or 0x06454A) is known color: Sherpa Blue. HEX triplet: 06, 45 and 4A. RGB value is (6,69,74). Sum of RGB (Red+Green+Blue) = 6+69+74=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 69 (27.34% from 255 or 46.31% from 149); Blue value is 74 (29.30% from 255 or 49.66% from 149); Max value from RGB is 74 - color contains mainly: blue. Hex color #06454A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06454A is #F9BAB5. Grayscale: #323232. Windows color (decimal): -16366262 or 4867334. OLE color: 4867334.
HSL color Cylindrical-coordinate representation of color #06454A: hue angle of 184.41º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06454A is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 69 | 74 | - |
| CMYK | 0.92 | 0.07 | 0 | 0.71 |
| HSL | 184.41º | 0.85% | 0.16% | - |
| HSV(B) | 184.41º | 0.92% | 0.29% | - |
| XYZ | 3.44 | 4.79 | 7.22 | - |
| YUV | 50.73 | 141.13 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 69 | 74 | 0.92 | 0.07 | 0 | 0.71 | 184.41 | 0.85 | 0.16 |
| Hex | 6 | 45 | 4A | 5C | 7 | 0 | 47 | B8 | 55 | 10 |
| Octal | 6 | 105 | 112 | 134 | 7 | 0 | 107 | 270 | 125 | 20 |
| Binary | 110 | 1000101 | 1001010 | 1011100 | 111 | 0 | 1000111 | 10111000 | 1010101 | 10000 |
Color Harmonies of #06454A
Complementary color
Monochromatic Colors of #06454A
Black with #06454A
Text Example
Text Example
White with #06454A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06454A; }
p { color: rgb(6,69,74); }
H1.HeaderClassName
{
color: #06454A;
}
.AnyTagClassName
{
color: #06454A;
}
</style>
background-color css
<style>
a { background-color: #06454A; }
a { background-color: rgb(6,69,74); }
div.DivClassName
{
background-color: #06454A;
}
.BgClassName
{
background-color: #06454A;
}
</style>
border-color css
<style>
span { border-color: #06454A; }
span { border-color: rgb(6,69,74); }
td.TdClassName
{
border-color: #06454A;
}
.TagClassName
{
border-color: #06454A;
}
</style>