Shades of Fiord #455E6B
Tints of Fiord #455E6B
RGB
CMYK
RGB Variations
Color information
#455E6B (or 0x455E6B) is known color: Fiord. HEX triplet: 45, 5E and 6B. RGB value is (69,94,107). Sum of RGB (Red+Green+Blue) = 69+94+107=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 107 - color contains mainly: blue. Hex color #455E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455E6B is #BAA194. Grayscale: #575757. Windows color (decimal): -12231061 or 7036485. OLE color: 7036485.
HSL color Cylindrical-coordinate representation of color #455E6B: hue angle of 200.53º 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 #455E6B is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 94 | 107 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.58 |
| HSL | 200.53º | 0.22% | 0.35% | - |
| HSV(B) | 200.53º | 0.36% | 0.42% | - |
| XYZ | 9.11 | 10.33 | 15.42 | - |
| YUV | 88.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 94 | 107 | 0.36 | 0.12 | 0 | 0.58 | 200.53 | 0.22 | 0.35 |
| Hex | 45 | 5E | 6B | 24 | C | 0 | 3A | C9 | 16 | 23 |
| Octal | 105 | 136 | 153 | 44 | 14 | 0 | 72 | 311 | 26 | 43 |
| Binary | 1000101 | 1011110 | 1101011 | 100100 | 1100 | 0 | 111010 | 11001001 | 10110 | 100011 |
Color Harmonies of #455E6B
Complementary color
Monochromatic Colors of #455E6B
Black with #455E6B
Text Example
Text Example
White with #455E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455E6B; }
p { color: rgb(69,94,107); }
H1.HeaderClassName
{
color: #455E6B;
}
.AnyTagClassName
{
color: #455E6B;
}
</style>
background-color css
<style>
a { background-color: #455E6B; }
a { background-color: rgb(69,94,107); }
div.DivClassName
{
background-color: #455E6B;
}
.BgClassName
{
background-color: #455E6B;
}
</style>
border-color css
<style>
span { border-color: #455E6B; }
span { border-color: rgb(69,94,107); }
td.TdClassName
{
border-color: #455E6B;
}
.TagClassName
{
border-color: #455E6B;
}
</style>