Shades of Nordic #06303D
Tints of Nordic #06303D
RGB
CMYK
RGB Variations
Color information
#06303D (or 0x06303D) is known color: Nordic. HEX triplet: 06, 30 and 3D. RGB value is (6,48,61). Sum of RGB (Red+Green+Blue) = 6+48+61=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 61 (24.22% from 255 or 53.04% from 115); Max value from RGB is 61 - color contains mainly: blue. Hex color #06303D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06303D is #F9CFC2. Grayscale: #242424. Windows color (decimal): -16371651 or 4009990. OLE color: 4009990.
HSL color Cylindrical-coordinate representation of color #06303D: hue angle of 194.18º 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 #06303D is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 48 | 61 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.76 |
| HSL | 194.18º | 0.82% | 0.13% | - |
| HSV(B) | 194.18º | 0.9% | 0.24% | - |
| XYZ | 1.97 | 2.49 | 4.79 | - |
| YUV | 36.92 | 141.59 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 48 | 61 | 0.90 | 0.21 | 0 | 0.76 | 194.18 | 0.82 | 0.13 |
| Hex | 6 | 30 | 3D | 5A | 15 | 0 | 4C | C2 | 52 | D |
| Octal | 6 | 60 | 75 | 132 | 25 | 0 | 114 | 302 | 122 | 15 |
| Binary | 110 | 110000 | 111101 | 1011010 | 10101 | 0 | 1001100 | 11000010 | 1010010 | 1101 |
Color Harmonies of #06303D
Complementary color
Monochromatic Colors of #06303D
Black with #06303D
Text Example
Text Example
White with #06303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06303D; }
p { color: rgb(6,48,61); }
H1.HeaderClassName
{
color: #06303D;
}
.AnyTagClassName
{
color: #06303D;
}
</style>
background-color css
<style>
a { background-color: #06303D; }
a { background-color: rgb(6,48,61); }
div.DivClassName
{
background-color: #06303D;
}
.BgClassName
{
background-color: #06303D;
}
</style>
border-color css
<style>
span { border-color: #06303D; }
span { border-color: rgb(6,48,61); }
td.TdClassName
{
border-color: #06303D;
}
.TagClassName
{
border-color: #06303D;
}
</style>