Shades of Nordic #06323A
Tints of Nordic #06323A
RGB
CMYK
RGB Variations
Color information
#06323A (or 0x06323A) is known color: Nordic. HEX triplet: 06, 32 and 3A. RGB value is (6,50,58). Sum of RGB (Red+Green+Blue) = 6+50+58=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 50 (19.92% from 255 or 43.86% from 114); Blue value is 58 (23.05% from 255 or 50.88% from 114); Max value from RGB is 58 - color contains mainly: blue. Hex color #06323A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06323A is #F9CDC5. Grayscale: #252525. Windows color (decimal): -16371142 or 3813894. OLE color: 3813894.
HSL color Cylindrical-coordinate representation of color #06323A: hue angle of 189.23º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06323A is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 50 | 58 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.77 |
| HSL | 189.23º | 0.81% | 0.13% | - |
| HSV(B) | 189.23º | 0.9% | 0.23% | - |
| XYZ | 1.98 | 2.63 | 4.41 | - |
| YUV | 37.76 | 139.42 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 50 | 58 | 0.90 | 0.14 | 0 | 0.77 | 189.23 | 0.81 | 0.13 |
| Hex | 6 | 32 | 3A | 5A | E | 0 | 4D | BD | 51 | D |
| Octal | 6 | 62 | 72 | 132 | 16 | 0 | 115 | 275 | 121 | 15 |
| Binary | 110 | 110010 | 111010 | 1011010 | 1110 | 0 | 1001101 | 10111101 | 1010001 | 1101 |
Color Harmonies of #06323A
Complementary color
Monochromatic Colors of #06323A
Black with #06323A
Text Example
Text Example
White with #06323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06323A; }
p { color: rgb(6,50,58); }
H1.HeaderClassName
{
color: #06323A;
}
.AnyTagClassName
{
color: #06323A;
}
</style>
background-color css
<style>
a { background-color: #06323A; }
a { background-color: rgb(6,50,58); }
div.DivClassName
{
background-color: #06323A;
}
.BgClassName
{
background-color: #06323A;
}
</style>
border-color css
<style>
span { border-color: #06323A; }
span { border-color: rgb(6,50,58); }
td.TdClassName
{
border-color: #06323A;
}
.TagClassName
{
border-color: #06323A;
}
</style>