Shades of Fiord #455E6F
Tints of Fiord #455E6F
RGB
CMYK
RGB Variations
Color information
#455E6F (or 0x455E6F) is known color: Fiord. HEX triplet: 45, 5E and 6F. RGB value is (69,94,111). Sum of RGB (Red+Green+Blue) = 69+94+111=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 111 - color contains mainly: blue. Hex color #455E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455E6F is #BAA190. Grayscale: #585858. Windows color (decimal): -12231057 or 7298629. OLE color: 7298629.
HSL color Cylindrical-coordinate representation of color #455E6F: hue angle of 204.29º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #455E6F is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 94 | 111 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.56 |
| HSL | 204.29º | 0.23% | 0.35% | - |
| HSV(B) | 204.29º | 0.38% | 0.44% | - |
| XYZ | 9.33 | 10.42 | 16.56 | - |
| YUV | 88.46 | 140.72 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 94 | 111 | 0.38 | 0.15 | 0 | 0.56 | 204.29 | 0.23 | 0.35 |
| Hex | 45 | 5E | 6F | 26 | F | 0 | 38 | CC | 17 | 23 |
| Octal | 105 | 136 | 157 | 46 | 17 | 0 | 70 | 314 | 27 | 43 |
| Binary | 1000101 | 1011110 | 1101111 | 100110 | 1111 | 0 | 111000 | 11001100 | 10111 | 100011 |
Color Harmonies of #455E6F
Complementary color
Monochromatic Colors of #455E6F
Black with #455E6F
Text Example
Text Example
White with #455E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455E6F; }
p { color: rgb(69,94,111); }
H1.HeaderClassName
{
color: #455E6F;
}
.AnyTagClassName
{
color: #455E6F;
}
</style>
background-color css
<style>
a { background-color: #455E6F; }
a { background-color: rgb(69,94,111); }
div.DivClassName
{
background-color: #455E6F;
}
.BgClassName
{
background-color: #455E6F;
}
</style>
border-color css
<style>
span { border-color: #455E6F; }
span { border-color: rgb(69,94,111); }
td.TdClassName
{
border-color: #455E6F;
}
.TagClassName
{
border-color: #455E6F;
}
</style>