Shades of Nordic #062E35
Tints of Nordic #062E35
RGB
CMYK
RGB Variations
Color information
#062E35 (or 0x062E35) is known color: Nordic. HEX triplet: 06, 2E and 35. RGB value is (6,46,53). Sum of RGB (Red+Green+Blue) = 6+46+53=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 46 (18.36% from 255 or 43.81% from 105); Blue value is 53 (21.09% from 255 or 50.48% from 105); Max value from RGB is 53 - color contains mainly: blue. Hex color #062E35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062E35 is #F9D1CA. Grayscale: #222222. Windows color (decimal): -16372171 or 3485190. OLE color: 3485190.
HSL color Cylindrical-coordinate representation of color #062E35: hue angle of 188.94º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #062E35 is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 6 | 46 | 53 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.79 |
| HSL | 188.94º | 0.8% | 0.12% | - |
| HSV(B) | 188.94º | 0.89% | 0.21% | - |
| XYZ | 1.69 | 2.25 | 3.71 | - |
| YUV | 34.84 | 138.25 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 46 | 53 | 0.89 | 0.13 | 0 | 0.79 | 188.94 | 0.8 | 0.12 |
| Hex | 6 | 2E | 35 | 59 | D | 0 | 4F | BD | 50 | C |
| Octal | 6 | 56 | 65 | 131 | 15 | 0 | 117 | 275 | 120 | 14 |
| Binary | 110 | 101110 | 110101 | 1011001 | 1101 | 0 | 1001111 | 10111101 | 1010000 | 1100 |
Color Harmonies of #062E35
Complementary color
Monochromatic Colors of #062E35
Black with #062E35
Text Example
Text Example
White with #062E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062E35; }
p { color: rgb(6,46,53); }
H1.HeaderClassName
{
color: #062E35;
}
.AnyTagClassName
{
color: #062E35;
}
</style>
background-color css
<style>
a { background-color: #062E35; }
a { background-color: rgb(6,46,53); }
div.DivClassName
{
background-color: #062E35;
}
.BgClassName
{
background-color: #062E35;
}
</style>
border-color css
<style>
span { border-color: #062E35; }
span { border-color: rgb(6,46,53); }
td.TdClassName
{
border-color: #062E35;
}
.TagClassName
{
border-color: #062E35;
}
</style>