Shades of Nordic #06313A
Tints of Nordic #06313A
RGB
CMYK
RGB Variations
Color information
#06313A (or 0x06313A) is known color: Nordic. HEX triplet: 06, 31 and 3A. RGB value is (6,49,58). Sum of RGB (Red+Green+Blue) = 6+49+58=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 49 (19.53% from 255 or 43.36% from 113); Blue value is 58 (23.05% from 255 or 51.33% from 113); Max value from RGB is 58 - color contains mainly: blue. Hex color #06313A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06313A is #F9CEC5. Grayscale: #252525. Windows color (decimal): -16371398 or 3813638. OLE color: 3813638.
HSL color Cylindrical-coordinate representation of color #06313A: hue angle of 190.38º 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 #06313A is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 49 | 58 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.77 |
| HSL | 190.38º | 0.81% | 0.13% | - |
| HSV(B) | 190.38º | 0.9% | 0.23% | - |
| XYZ | 1.94 | 2.54 | 4.39 | - |
| YUV | 37.17 | 139.75 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 49 | 58 | 0.90 | 0.16 | 0 | 0.77 | 190.38 | 0.81 | 0.13 |
| Hex | 6 | 31 | 3A | 5A | 10 | 0 | 4D | BE | 51 | D |
| Octal | 6 | 61 | 72 | 132 | 20 | 0 | 115 | 276 | 121 | 15 |
| Binary | 110 | 110001 | 111010 | 1011010 | 10000 | 0 | 1001101 | 10111110 | 1010001 | 1101 |
Color Harmonies of #06313A
Complementary color
Monochromatic Colors of #06313A
Black with #06313A
Text Example
Text Example
White with #06313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06313A; }
p { color: rgb(6,49,58); }
H1.HeaderClassName
{
color: #06313A;
}
.AnyTagClassName
{
color: #06313A;
}
</style>
background-color css
<style>
a { background-color: #06313A; }
a { background-color: rgb(6,49,58); }
div.DivClassName
{
background-color: #06313A;
}
.BgClassName
{
background-color: #06313A;
}
</style>
border-color css
<style>
span { border-color: #06313A; }
span { border-color: rgb(6,49,58); }
td.TdClassName
{
border-color: #06313A;
}
.TagClassName
{
border-color: #06313A;
}
</style>