Shades of Nordic #06303A
Tints of Nordic #06303A
RGB
CMYK
RGB Variations
Color information
#06303A (or 0x06303A) is known color: Nordic. HEX triplet: 06, 30 and 3A. RGB value is (6,48,58). Sum of RGB (Red+Green+Blue) = 6+48+58=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 48 (19.14% from 255 or 42.86% from 112); Blue value is 58 (23.05% from 255 or 51.79% from 112); Max value from RGB is 58 - color contains mainly: blue. Hex color #06303A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06303A is #F9CFC5. Grayscale: #242424. Windows color (decimal): -16371654 or 3813382. OLE color: 3813382.
HSL color Cylindrical-coordinate representation of color #06303A: hue angle of 191.54º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06303A is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 48 | 58 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.77 |
| HSL | 191.54º | 0.81% | 0.13% | - |
| HSV(B) | 191.54º | 0.9% | 0.23% | - |
| XYZ | 1.9 | 2.46 | 4.38 | - |
| YUV | 36.58 | 140.09 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 48 | 58 | 0.90 | 0.17 | 0 | 0.77 | 191.54 | 0.81 | 0.13 |
| Hex | 6 | 30 | 3A | 5A | 11 | 0 | 4D | C0 | 51 | D |
| Octal | 6 | 60 | 72 | 132 | 21 | 0 | 115 | 300 | 121 | 15 |
| Binary | 110 | 110000 | 111010 | 1011010 | 10001 | 0 | 1001101 | 11000000 | 1010001 | 1101 |
Color Harmonies of #06303A
Complementary color
Monochromatic Colors of #06303A
Black with #06303A
Text Example
Text Example
White with #06303A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06303A; }
p { color: rgb(6,48,58); }
H1.HeaderClassName
{
color: #06303A;
}
.AnyTagClassName
{
color: #06303A;
}
</style>
background-color css
<style>
a { background-color: #06303A; }
a { background-color: rgb(6,48,58); }
div.DivClassName
{
background-color: #06303A;
}
.BgClassName
{
background-color: #06303A;
}
</style>
border-color css
<style>
span { border-color: #06303A; }
span { border-color: rgb(6,48,58); }
td.TdClassName
{
border-color: #06303A;
}
.TagClassName
{
border-color: #06303A;
}
</style>