Shades of Nordic #06363F
Tints of Nordic #06363F
RGB
CMYK
RGB Variations
Color information
#06363F (or 0x06363F) is known color: Nordic. HEX triplet: 06, 36 and 3F. RGB value is (6,54,63). Sum of RGB (Red+Green+Blue) = 6+54+63=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 54 (21.48% from 255 or 43.90% from 123); Blue value is 63 (25% from 255 or 51.22% from 123); Max value from RGB is 63 - color contains mainly: blue. Hex color #06363F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06363F is #F9C9C0. Grayscale: #282828. Windows color (decimal): -16370113 or 4142598. OLE color: 4142598.
HSL color Cylindrical-coordinate representation of color #06363F: hue angle of 189.47º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06363F is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 54 | 63 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.75 |
| HSL | 189.47º | 0.83% | 0.14% | - |
| HSV(B) | 189.47º | 0.9% | 0.25% | - |
| XYZ | 2.29 | 3.04 | 5.17 | - |
| YUV | 40.67 | 140.6 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 54 | 63 | 0.90 | 0.14 | 0 | 0.75 | 189.47 | 0.83 | 0.14 |
| Hex | 6 | 36 | 3F | 5A | E | 0 | 4B | BD | 53 | E |
| Octal | 6 | 66 | 77 | 132 | 16 | 0 | 113 | 275 | 123 | 16 |
| Binary | 110 | 110110 | 111111 | 1011010 | 1110 | 0 | 1001011 | 10111101 | 1010011 | 1110 |
Color Harmonies of #06363F
Complementary color
Monochromatic Colors of #06363F
Black with #06363F
Text Example
Text Example
White with #06363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06363F; }
p { color: rgb(6,54,63); }
H1.HeaderClassName
{
color: #06363F;
}
.AnyTagClassName
{
color: #06363F;
}
</style>
background-color css
<style>
a { background-color: #06363F; }
a { background-color: rgb(6,54,63); }
div.DivClassName
{
background-color: #06363F;
}
.BgClassName
{
background-color: #06363F;
}
</style>
border-color css
<style>
span { border-color: #06363F; }
span { border-color: rgb(6,54,63); }
td.TdClassName
{
border-color: #06363F;
}
.TagClassName
{
border-color: #06363F;
}
</style>