Shades of Kimberly #675E81
Tints of Kimberly #675E81
RGB
CMYK
RGB Variations
Color information
#675E81 (or 0x675E81) is known color: Kimberly. HEX triplet: 67, 5E and 81. RGB value is (103,94,129). Sum of RGB (Red+Green+Blue) = 103+94+129=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 129 - color contains mainly: blue. Hex color #675E81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675E81 is #98A17E. Grayscale: #646464. Windows color (decimal): -10002815 or 8478311. OLE color: 8478311.
HSL color Cylindrical-coordinate representation of color #675E81: hue angle of 255.43º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #675E81 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 94 | 129 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.49 |
| HSL | 255.43º | 0.16% | 0.44% | - |
| HSV(B) | 255.43º | 0.27% | 0.51% | - |
| XYZ | 13.56 | 12.47 | 22.46 | - |
| YUV | 100.68 | 143.98 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 94 | 129 | 0.20 | 0.27 | 0 | 0.49 | 255.43 | 0.16 | 0.44 |
| Hex | 67 | 5E | 81 | 14 | 1B | 0 | 31 | FF | 10 | 2C |
| Octal | 147 | 136 | 201 | 24 | 33 | 0 | 61 | 377 | 20 | 54 |
| Binary | 1100111 | 1011110 | 10000001 | 10100 | 11011 | 0 | 110001 | 11111111 | 10000 | 101100 |
Color Harmonies of #675E81
Complementary color
Monochromatic Colors of #675E81
Black with #675E81
Text Example
Text Example
White with #675E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675E81; }
p { color: rgb(103,94,129); }
H1.HeaderClassName
{
color: #675E81;
}
.AnyTagClassName
{
color: #675E81;
}
</style>
background-color css
<style>
a { background-color: #675E81; }
a { background-color: rgb(103,94,129); }
div.DivClassName
{
background-color: #675E81;
}
.BgClassName
{
background-color: #675E81;
}
</style>
border-color css
<style>
span { border-color: #675E81; }
span { border-color: rgb(103,94,129); }
td.TdClassName
{
border-color: #675E81;
}
.TagClassName
{
border-color: #675E81;
}
</style>