Shades of Kimberly #675782
Tints of Kimberly #675782
RGB
CMYK
RGB Variations
Color information
#675782 (or 0x675782) is known color: Kimberly. HEX triplet: 67, 57 and 82. RGB value is (103,87,130). Sum of RGB (Red+Green+Blue) = 103+87+130=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 130 - color contains mainly: blue. Hex color #675782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675782 is #98A87D. Grayscale: #606060. Windows color (decimal): -10004606 or 8542055. OLE color: 8542055.
HSL color Cylindrical-coordinate representation of color #675782: hue angle of 262.33º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #675782 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 87 | 130 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.49 |
| HSL | 262.33º | 0.2% | 0.43% | - |
| HSV(B) | 262.33º | 0.33% | 0.51% | - |
| XYZ | 13.03 | 11.31 | 22.62 | - |
| YUV | 96.69 | 146.8 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 87 | 130 | 0.21 | 0.33 | 0 | 0.49 | 262.33 | 0.2 | 0.43 |
| Hex | 67 | 57 | 82 | 15 | 21 | 0 | 31 | 106 | 14 | 2B |
| Octal | 147 | 127 | 202 | 25 | 41 | 0 | 61 | 406 | 24 | 53 |
| Binary | 1100111 | 1010111 | 10000010 | 10101 | 100001 | 0 | 110001 | 100000110 | 10100 | 101011 |
Color Harmonies of #675782
Complementary color
Monochromatic Colors of #675782
Black with #675782
Text Example
Text Example
White with #675782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675782; }
p { color: rgb(103,87,130); }
H1.HeaderClassName
{
color: #675782;
}
.AnyTagClassName
{
color: #675782;
}
</style>
background-color css
<style>
a { background-color: #675782; }
a { background-color: rgb(103,87,130); }
div.DivClassName
{
background-color: #675782;
}
.BgClassName
{
background-color: #675782;
}
</style>
border-color css
<style>
span { border-color: #675782; }
span { border-color: rgb(103,87,130); }
td.TdClassName
{
border-color: #675782;
}
.TagClassName
{
border-color: #675782;
}
</style>