Shades of Nordic #062E32
Tints of Nordic #062E32
RGB
CMYK
RGB Variations
Color information
#062E32 (or 0x062E32) is known color: Nordic. HEX triplet: 06, 2E and 32. RGB value is (6,46,50). Sum of RGB (Red+Green+Blue) = 6+46+50=102 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.88% from 102); Green value is 46 (18.36% from 255 or 45.10% from 102); Blue value is 50 (19.92% from 255 or 49.02% from 102); Max value from RGB is 50 - color contains mainly: blue. Hex color #062E32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062E32 is #F9D1CD. Grayscale: #222222. Windows color (decimal): -16372174 or 3288582. OLE color: 3288582.
HSL color Cylindrical-coordinate representation of color #062E32: hue angle of 185.45º 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 #062E32 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 6 | 46 | 50 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.80 |
| HSL | 185.45º | 0.79% | 0.11% | - |
| HSV(B) | 185.45º | 0.88% | 0.2% | - |
| XYZ | 1.63 | 2.22 | 3.36 | - |
| YUV | 34.5 | 136.75 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 46 | 50 | 0.88 | 0.08 | 0 | 0.80 | 185.45 | 0.79 | 0.11 |
| Hex | 6 | 2E | 32 | 58 | 8 | 0 | 50 | B9 | 4F | B |
| Octal | 6 | 56 | 62 | 130 | 10 | 0 | 120 | 271 | 117 | 13 |
| Binary | 110 | 101110 | 110010 | 1011000 | 1000 | 0 | 1010000 | 10111001 | 1001111 | 1011 |
Color Harmonies of #062E32
Complementary color
Monochromatic Colors of #062E32
Black with #062E32
Text Example
Text Example
White with #062E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062E32; }
p { color: rgb(6,46,50); }
H1.HeaderClassName
{
color: #062E32;
}
.AnyTagClassName
{
color: #062E32;
}
</style>
background-color css
<style>
a { background-color: #062E32; }
a { background-color: rgb(6,46,50); }
div.DivClassName
{
background-color: #062E32;
}
.BgClassName
{
background-color: #062E32;
}
</style>
border-color css
<style>
span { border-color: #062E32; }
span { border-color: rgb(6,46,50); }
td.TdClassName
{
border-color: #062E32;
}
.TagClassName
{
border-color: #062E32;
}
</style>