Shades of Fiord #45606C
Tints of Fiord #45606C
RGB
CMYK
RGB Variations
Color information
#45606C (or 0x45606C) is known color: Fiord. HEX triplet: 45, 60 and 6C. RGB value is (69,96,108). Sum of RGB (Red+Green+Blue) = 69+96+108=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 108 - color contains mainly: blue. Hex color #45606C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45606C is #BA9F93. Grayscale: #595959. Windows color (decimal): -12230548 or 7102533. OLE color: 7102533.
HSL color Cylindrical-coordinate representation of color #45606C: hue angle of 198.46º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #45606C is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 96 | 108 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.58 |
| HSL | 198.46º | 0.22% | 0.35% | - |
| HSV(B) | 198.46º | 0.36% | 0.42% | - |
| XYZ | 9.34 | 10.71 | 15.76 | - |
| YUV | 89.3 | 138.55 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 96 | 108 | 0.36 | 0.11 | 0 | 0.58 | 198.46 | 0.22 | 0.35 |
| Hex | 45 | 60 | 6C | 24 | B | 0 | 3A | C6 | 16 | 23 |
| Octal | 105 | 140 | 154 | 44 | 13 | 0 | 72 | 306 | 26 | 43 |
| Binary | 1000101 | 1100000 | 1101100 | 100100 | 1011 | 0 | 111010 | 11000110 | 10110 | 100011 |
Color Harmonies of #45606C
Complementary color
Monochromatic Colors of #45606C
Black with #45606C
Text Example
Text Example
White with #45606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45606C; }
p { color: rgb(69,96,108); }
H1.HeaderClassName
{
color: #45606C;
}
.AnyTagClassName
{
color: #45606C;
}
</style>
background-color css
<style>
a { background-color: #45606C; }
a { background-color: rgb(69,96,108); }
div.DivClassName
{
background-color: #45606C;
}
.BgClassName
{
background-color: #45606C;
}
</style>
border-color css
<style>
span { border-color: #45606C; }
span { border-color: rgb(69,96,108); }
td.TdClassName
{
border-color: #45606C;
}
.TagClassName
{
border-color: #45606C;
}
</style>