Shades of Kimberly #676183
Tints of Kimberly #676183
RGB
CMYK
RGB Variations
Color information
#676183 (or 0x676183) is known color: Kimberly. HEX triplet: 67, 61 and 83. RGB value is (103,97,131). Sum of RGB (Red+Green+Blue) = 103+97+131=331 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.12% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 131 - color contains mainly: blue. Hex color #676183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676183 is #989E7C. Grayscale: #666666. Windows color (decimal): -10002045 or 8610151. OLE color: 8610151.
HSL color Cylindrical-coordinate representation of color #676183: hue angle of 250.59º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #676183 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 97 | 131 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.49 |
| HSL | 250.59º | 0.15% | 0.45% | - |
| HSV(B) | 250.59º | 0.26% | 0.51% | - |
| XYZ | 13.96 | 13.07 | 23.26 | - |
| YUV | 102.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 97 | 131 | 0.21 | 0.26 | 0 | 0.49 | 250.59 | 0.15 | 0.45 |
| Hex | 67 | 61 | 83 | 15 | 1A | 0 | 31 | FB | F | 2D |
| Octal | 147 | 141 | 203 | 25 | 32 | 0 | 61 | 373 | 17 | 55 |
| Binary | 1100111 | 1100001 | 10000011 | 10101 | 11010 | 0 | 110001 | 11111011 | 1111 | 101101 |
Color Harmonies of #676183
Complementary color
Monochromatic Colors of #676183
Black with #676183
Text Example
Text Example
White with #676183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676183; }
p { color: rgb(103,97,131); }
H1.HeaderClassName
{
color: #676183;
}
.AnyTagClassName
{
color: #676183;
}
</style>
background-color css
<style>
a { background-color: #676183; }
a { background-color: rgb(103,97,131); }
div.DivClassName
{
background-color: #676183;
}
.BgClassName
{
background-color: #676183;
}
</style>
border-color css
<style>
span { border-color: #676183; }
span { border-color: rgb(103,97,131); }
td.TdClassName
{
border-color: #676183;
}
.TagClassName
{
border-color: #676183;
}
</style>