Shades of Fiord #455E6C
Tints of Fiord #455E6C
RGB
CMYK
RGB Variations
Color information
#455E6C (or 0x455E6C) is known color: Fiord. HEX triplet: 45, 5E and 6C. RGB value is (69,94,108). Sum of RGB (Red+Green+Blue) = 69+94+108=271 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.46% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 108 - color contains mainly: blue. Hex color #455E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455E6C is #BAA193. Grayscale: #585858. Windows color (decimal): -12231060 or 7102021. OLE color: 7102021.
HSL color Cylindrical-coordinate representation of color #455E6C: hue angle of 201.54º 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 #455E6C is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 94 | 108 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.58 |
| HSL | 201.54º | 0.22% | 0.35% | - |
| HSV(B) | 201.54º | 0.36% | 0.42% | - |
| XYZ | 9.16 | 10.35 | 15.7 | - |
| YUV | 88.12 | 139.22 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 94 | 108 | 0.36 | 0.13 | 0 | 0.58 | 201.54 | 0.22 | 0.35 |
| Hex | 45 | 5E | 6C | 24 | D | 0 | 3A | CA | 16 | 23 |
| Octal | 105 | 136 | 154 | 44 | 15 | 0 | 72 | 312 | 26 | 43 |
| Binary | 1000101 | 1011110 | 1101100 | 100100 | 1101 | 0 | 111010 | 11001010 | 10110 | 100011 |
Color Harmonies of #455E6C
Complementary color
Monochromatic Colors of #455E6C
Black with #455E6C
Text Example
Text Example
White with #455E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455E6C; }
p { color: rgb(69,94,108); }
H1.HeaderClassName
{
color: #455E6C;
}
.AnyTagClassName
{
color: #455E6C;
}
</style>
background-color css
<style>
a { background-color: #455E6C; }
a { background-color: rgb(69,94,108); }
div.DivClassName
{
background-color: #455E6C;
}
.BgClassName
{
background-color: #455E6C;
}
</style>
border-color css
<style>
span { border-color: #455E6C; }
span { border-color: rgb(69,94,108); }
td.TdClassName
{
border-color: #455E6C;
}
.TagClassName
{
border-color: #455E6C;
}
</style>