Shades of Kimberly #6B6283
Tints of Kimberly #6B6283
RGB
CMYK
RGB Variations
Color information
#6B6283 (or 0x6B6283) is known color: Kimberly. HEX triplet: 6B, 62 and 83. RGB value is (107,98,131). Sum of RGB (Red+Green+Blue) = 107+98+131=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 131 - color contains mainly: blue. Hex color #6B6283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6283 is #949D7C. Grayscale: #686868. Windows color (decimal): -9739645 or 8610411. OLE color: 8610411.
HSL color Cylindrical-coordinate representation of color #6B6283: hue angle of 256.36º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B6283 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 98 | 131 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.49 |
| HSL | 256.36º | 0.14% | 0.45% | - |
| HSV(B) | 256.36º | 0.25% | 0.51% | - |
| XYZ | 14.53 | 13.5 | 23.31 | - |
| YUV | 104.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 98 | 131 | 0.18 | 0.25 | 0 | 0.49 | 256.36 | 0.14 | 0.45 |
| Hex | 6B | 62 | 83 | 12 | 19 | 0 | 31 | 100 | E | 2D |
| Octal | 153 | 142 | 203 | 22 | 31 | 0 | 61 | 400 | 16 | 55 |
| Binary | 1101011 | 1100010 | 10000011 | 10010 | 11001 | 0 | 110001 | 100000000 | 1110 | 101101 |
Color Harmonies of #6B6283
Complementary color
Monochromatic Colors of #6B6283
Black with #6B6283
Text Example
Text Example
White with #6B6283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6283; }
p { color: rgb(107,98,131); }
H1.HeaderClassName
{
color: #6B6283;
}
.AnyTagClassName
{
color: #6B6283;
}
</style>
background-color css
<style>
a { background-color: #6B6283; }
a { background-color: rgb(107,98,131); }
div.DivClassName
{
background-color: #6B6283;
}
.BgClassName
{
background-color: #6B6283;
}
</style>
border-color css
<style>
span { border-color: #6B6283; }
span { border-color: rgb(107,98,131); }
td.TdClassName
{
border-color: #6B6283;
}
.TagClassName
{
border-color: #6B6283;
}
</style>