Shades of Nordic #06323C
Tints of Nordic #06323C
RGB
CMYK
RGB Variations
Color information
#06323C (or 0x06323C) is known color: Nordic. HEX triplet: 06, 32 and 3C. RGB value is (6,50,60). Sum of RGB (Red+Green+Blue) = 6+50+60=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 60 (23.83% from 255 or 51.72% from 116); Max value from RGB is 60 - color contains mainly: blue. Hex color #06323C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06323C is #F9CDC3. Grayscale: #252525. Windows color (decimal): -16371140 or 3944966. OLE color: 3944966.
HSL color Cylindrical-coordinate representation of color #06323C: hue angle of 191.11º 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 #06323C is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 50 | 60 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.76 |
| HSL | 191.11º | 0.82% | 0.13% | - |
| HSV(B) | 191.11º | 0.9% | 0.24% | - |
| XYZ | 2.03 | 2.65 | 4.68 | - |
| YUV | 37.98 | 140.42 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 50 | 60 | 0.90 | 0.17 | 0 | 0.76 | 191.11 | 0.82 | 0.13 |
| Hex | 6 | 32 | 3C | 5A | 11 | 0 | 4C | BF | 52 | D |
| Octal | 6 | 62 | 74 | 132 | 21 | 0 | 114 | 277 | 122 | 15 |
| Binary | 110 | 110010 | 111100 | 1011010 | 10001 | 0 | 1001100 | 10111111 | 1010010 | 1101 |
Color Harmonies of #06323C
Complementary color
Monochromatic Colors of #06323C
Black with #06323C
Text Example
Text Example
White with #06323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06323C; }
p { color: rgb(6,50,60); }
H1.HeaderClassName
{
color: #06323C;
}
.AnyTagClassName
{
color: #06323C;
}
</style>
background-color css
<style>
a { background-color: #06323C; }
a { background-color: rgb(6,50,60); }
div.DivClassName
{
background-color: #06323C;
}
.BgClassName
{
background-color: #06323C;
}
</style>
border-color css
<style>
span { border-color: #06323C; }
span { border-color: rgb(6,50,60); }
td.TdClassName
{
border-color: #06323C;
}
.TagClassName
{
border-color: #06323C;
}
</style>