Shades of Nordic #06343D
Tints of Nordic #06343D
RGB
CMYK
RGB Variations
Color information
#06343D (or 0x06343D) is known color: Nordic. HEX triplet: 06, 34 and 3D. RGB value is (6,52,61). Sum of RGB (Red+Green+Blue) = 6+52+61=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 61 (24.22% from 255 or 51.26% from 119); Max value from RGB is 61 - color contains mainly: blue. Hex color #06343D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06343D is #F9CBC2. Grayscale: #272727. Windows color (decimal): -16370627 or 4011014. OLE color: 4011014.
HSL color Cylindrical-coordinate representation of color #06343D: hue angle of 189.82º 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 #06343D is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 52 | 61 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.76 |
| HSL | 189.82º | 0.82% | 0.13% | - |
| HSV(B) | 189.82º | 0.9% | 0.24% | - |
| XYZ | 2.15 | 2.83 | 4.85 | - |
| YUV | 39.27 | 140.26 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 52 | 61 | 0.90 | 0.15 | 0 | 0.76 | 189.82 | 0.82 | 0.13 |
| Hex | 6 | 34 | 3D | 5A | F | 0 | 4C | BE | 52 | D |
| Octal | 6 | 64 | 75 | 132 | 17 | 0 | 114 | 276 | 122 | 15 |
| Binary | 110 | 110100 | 111101 | 1011010 | 1111 | 0 | 1001100 | 10111110 | 1010010 | 1101 |
Color Harmonies of #06343D
Complementary color
Monochromatic Colors of #06343D
Black with #06343D
Text Example
Text Example
White with #06343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06343D; }
p { color: rgb(6,52,61); }
H1.HeaderClassName
{
color: #06343D;
}
.AnyTagClassName
{
color: #06343D;
}
</style>
background-color css
<style>
a { background-color: #06343D; }
a { background-color: rgb(6,52,61); }
div.DivClassName
{
background-color: #06343D;
}
.BgClassName
{
background-color: #06343D;
}
</style>
border-color css
<style>
span { border-color: #06343D; }
span { border-color: rgb(6,52,61); }
td.TdClassName
{
border-color: #06343D;
}
.TagClassName
{
border-color: #06343D;
}
</style>