Shades of Nordic #062E34
Tints of Nordic #062E34
RGB
CMYK
RGB Variations
Color information
#062E34 (or 0x062E34) is known color: Nordic. HEX triplet: 06, 2E and 34. RGB value is (6,46,52). Sum of RGB (Red+Green+Blue) = 6+46+52=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 46 (18.36% from 255 or 44.23% from 104); Blue value is 52 (20.70% from 255 or 50% from 104); Max value from RGB is 52 - color contains mainly: blue. Hex color #062E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062E34 is #F9D1CB. Grayscale: #222222. Windows color (decimal): -16372172 or 3419654. OLE color: 3419654.
HSL color Cylindrical-coordinate representation of color #062E34: hue angle of 187.83º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #062E34 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 6 | 46 | 52 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.80 |
| HSL | 187.83º | 0.79% | 0.11% | - |
| HSV(B) | 187.83º | 0.88% | 0.2% | - |
| XYZ | 1.67 | 2.24 | 3.59 | - |
| YUV | 34.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 46 | 52 | 0.88 | 0.12 | 0 | 0.80 | 187.83 | 0.79 | 0.11 |
| Hex | 6 | 2E | 34 | 58 | C | 0 | 50 | BC | 4F | B |
| Octal | 6 | 56 | 64 | 130 | 14 | 0 | 120 | 274 | 117 | 13 |
| Binary | 110 | 101110 | 110100 | 1011000 | 1100 | 0 | 1010000 | 10111100 | 1001111 | 1011 |
Color Harmonies of #062E34
Complementary color
Monochromatic Colors of #062E34
Black with #062E34
Text Example
Text Example
White with #062E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062E34; }
p { color: rgb(6,46,52); }
H1.HeaderClassName
{
color: #062E34;
}
.AnyTagClassName
{
color: #062E34;
}
</style>
background-color css
<style>
a { background-color: #062E34; }
a { background-color: rgb(6,46,52); }
div.DivClassName
{
background-color: #062E34;
}
.BgClassName
{
background-color: #062E34;
}
</style>
border-color css
<style>
span { border-color: #062E34; }
span { border-color: rgb(6,46,52); }
td.TdClassName
{
border-color: #062E34;
}
.TagClassName
{
border-color: #062E34;
}
</style>