Shades of Nordic #06313D
Tints of Nordic #06313D
RGB
CMYK
RGB Variations
Color information
#06313D (or 0x06313D) is known color: Nordic. HEX triplet: 06, 31 and 3D. RGB value is (6,49,61). Sum of RGB (Red+Green+Blue) = 6+49+61=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 61 (24.22% from 255 or 52.59% from 116); Max value from RGB is 61 - color contains mainly: blue. Hex color #06313D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06313D is #F9CEC2. Grayscale: #252525. Windows color (decimal): -16371395 or 4010246. OLE color: 4010246.
HSL color Cylindrical-coordinate representation of color #06313D: hue angle of 193.09º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06313D is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 49 | 61 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.76 |
| HSL | 193.09º | 0.82% | 0.13% | - |
| HSV(B) | 193.09º | 0.9% | 0.24% | - |
| XYZ | 2.02 | 2.57 | 4.81 | - |
| YUV | 37.51 | 141.25 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 49 | 61 | 0.90 | 0.20 | 0 | 0.76 | 193.09 | 0.82 | 0.13 |
| Hex | 6 | 31 | 3D | 5A | 14 | 0 | 4C | C1 | 52 | D |
| Octal | 6 | 61 | 75 | 132 | 24 | 0 | 114 | 301 | 122 | 15 |
| Binary | 110 | 110001 | 111101 | 1011010 | 10100 | 0 | 1001100 | 11000001 | 1010010 | 1101 |
Color Harmonies of #06313D
Complementary color
Monochromatic Colors of #06313D
Black with #06313D
Text Example
Text Example
White with #06313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06313D; }
p { color: rgb(6,49,61); }
H1.HeaderClassName
{
color: #06313D;
}
.AnyTagClassName
{
color: #06313D;
}
</style>
background-color css
<style>
a { background-color: #06313D; }
a { background-color: rgb(6,49,61); }
div.DivClassName
{
background-color: #06313D;
}
.BgClassName
{
background-color: #06313D;
}
</style>
border-color css
<style>
span { border-color: #06313D; }
span { border-color: rgb(6,49,61); }
td.TdClassName
{
border-color: #06313D;
}
.TagClassName
{
border-color: #06313D;
}
</style>