Shades of Nordic #062F37
Tints of Nordic #062F37
RGB
CMYK
RGB Variations
Color information
#062F37 (or 0x062F37) is known color: Nordic. HEX triplet: 06, 2F and 37. RGB value is (6,47,55). Sum of RGB (Red+Green+Blue) = 6+47+55=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 47 (18.75% from 255 or 43.52% from 108); Blue value is 55 (21.88% from 255 or 50.93% from 108); Max value from RGB is 55 - color contains mainly: blue. Hex color #062F37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062F37 is #F9D0C8. Grayscale: #232323. Windows color (decimal): -16371913 or 3616518. OLE color: 3616518.
HSL color Cylindrical-coordinate representation of color #062F37: hue angle of 189.8º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #062F37 is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 6 | 47 | 55 | - |
| CMYK | 0.89 | 0.15 | 0 | 0.78 |
| HSL | 189.8º | 0.8% | 0.12% | - |
| HSV(B) | 189.8º | 0.89% | 0.22% | - |
| XYZ | 1.78 | 2.35 | 3.97 | - |
| YUV | 35.65 | 138.92 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 47 | 55 | 0.89 | 0.15 | 0 | 0.78 | 189.8 | 0.8 | 0.12 |
| Hex | 6 | 2F | 37 | 59 | F | 0 | 4E | BE | 50 | C |
| Octal | 6 | 57 | 67 | 131 | 17 | 0 | 116 | 276 | 120 | 14 |
| Binary | 110 | 101111 | 110111 | 1011001 | 1111 | 0 | 1001110 | 10111110 | 1010000 | 1100 |
Color Harmonies of #062F37
Complementary color
Monochromatic Colors of #062F37
Black with #062F37
Text Example
Text Example
White with #062F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062F37; }
p { color: rgb(6,47,55); }
H1.HeaderClassName
{
color: #062F37;
}
.AnyTagClassName
{
color: #062F37;
}
</style>
background-color css
<style>
a { background-color: #062F37; }
a { background-color: rgb(6,47,55); }
div.DivClassName
{
background-color: #062F37;
}
.BgClassName
{
background-color: #062F37;
}
</style>
border-color css
<style>
span { border-color: #062F37; }
span { border-color: rgb(6,47,55); }
td.TdClassName
{
border-color: #062F37;
}
.TagClassName
{
border-color: #062F37;
}
</style>