Shades of Nordic #06333E
Tints of Nordic #06333E
RGB
CMYK
RGB Variations
Color information
#06333E (or 0x06333E) is known color: Nordic. HEX triplet: 06, 33 and 3E. RGB value is (6,51,62). Sum of RGB (Red+Green+Blue) = 6+51+62=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 62 (24.61% from 255 or 52.10% from 119); Max value from RGB is 62 - color contains mainly: blue. Hex color #06333E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06333E is #F9CCC1. Grayscale: #262626. Windows color (decimal): -16370882 or 4076294. OLE color: 4076294.
HSL color Cylindrical-coordinate representation of color #06333E: hue angle of 191.79º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06333E is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 51 | 62 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.76 |
| HSL | 191.79º | 0.82% | 0.13% | - |
| HSV(B) | 191.79º | 0.9% | 0.24% | - |
| XYZ | 2.13 | 2.75 | 4.98 | - |
| YUV | 38.8 | 141.09 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 51 | 62 | 0.90 | 0.18 | 0 | 0.76 | 191.79 | 0.82 | 0.13 |
| Hex | 6 | 33 | 3E | 5A | 12 | 0 | 4C | C0 | 52 | D |
| Octal | 6 | 63 | 76 | 132 | 22 | 0 | 114 | 300 | 122 | 15 |
| Binary | 110 | 110011 | 111110 | 1011010 | 10010 | 0 | 1001100 | 11000000 | 1010010 | 1101 |
Color Harmonies of #06333E
Complementary color
Monochromatic Colors of #06333E
Black with #06333E
Text Example
Text Example
White with #06333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06333E; }
p { color: rgb(6,51,62); }
H1.HeaderClassName
{
color: #06333E;
}
.AnyTagClassName
{
color: #06333E;
}
</style>
background-color css
<style>
a { background-color: #06333E; }
a { background-color: rgb(6,51,62); }
div.DivClassName
{
background-color: #06333E;
}
.BgClassName
{
background-color: #06333E;
}
</style>
border-color css
<style>
span { border-color: #06333E; }
span { border-color: rgb(6,51,62); }
td.TdClassName
{
border-color: #06333E;
}
.TagClassName
{
border-color: #06333E;
}
</style>