Shades of Nordic #06363D
Tints of Nordic #06363D
RGB
CMYK
RGB Variations
Color information
#06363D (or 0x06363D) is known color: Nordic. HEX triplet: 06, 36 and 3D. RGB value is (6,54,61). Sum of RGB (Red+Green+Blue) = 6+54+61=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 61 (24.22% from 255 or 50.41% from 121); Max value from RGB is 61 - color contains mainly: blue. Hex color #06363D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06363D is #F9C9C2. Grayscale: #282828. Windows color (decimal): -16370115 or 4011526. OLE color: 4011526.
HSL color Cylindrical-coordinate representation of color #06363D: hue angle of 187.64º 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 #06363D is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 54 | 61 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.76 |
| HSL | 187.64º | 0.82% | 0.13% | - |
| HSV(B) | 187.64º | 0.9% | 0.24% | - |
| XYZ | 2.24 | 3.01 | 4.88 | - |
| YUV | 40.45 | 139.6 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 54 | 61 | 0.90 | 0.11 | 0 | 0.76 | 187.64 | 0.82 | 0.13 |
| Hex | 6 | 36 | 3D | 5A | B | 0 | 4C | BC | 52 | D |
| Octal | 6 | 66 | 75 | 132 | 13 | 0 | 114 | 274 | 122 | 15 |
| Binary | 110 | 110110 | 111101 | 1011010 | 1011 | 0 | 1001100 | 10111100 | 1010010 | 1101 |
Color Harmonies of #06363D
Complementary color
Monochromatic Colors of #06363D
Black with #06363D
Text Example
Text Example
White with #06363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06363D; }
p { color: rgb(6,54,61); }
H1.HeaderClassName
{
color: #06363D;
}
.AnyTagClassName
{
color: #06363D;
}
</style>
background-color css
<style>
a { background-color: #06363D; }
a { background-color: rgb(6,54,61); }
div.DivClassName
{
background-color: #06363D;
}
.BgClassName
{
background-color: #06363D;
}
</style>
border-color css
<style>
span { border-color: #06363D; }
span { border-color: rgb(6,54,61); }
td.TdClassName
{
border-color: #06363D;
}
.TagClassName
{
border-color: #06363D;
}
</style>