Shades of Kimberly #675A8A
Tints of Kimberly #675A8A
RGB
CMYK
RGB Variations
Color information
#675A8A (or 0x675A8A) is known color: Kimberly. HEX triplet: 67, 5A and 8A. RGB value is (103,90,138). Sum of RGB (Red+Green+Blue) = 103+90+138=331 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.12% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 138 - color contains mainly: blue. Hex color #675A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675A8A is #98A575. Grayscale: #636363. Windows color (decimal): -10003830 or 9067111. OLE color: 9067111.
HSL color Cylindrical-coordinate representation of color #675A8A: hue angle of 256.25º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #675A8A is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 90 | 138 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.46 |
| HSL | 256.25º | 0.21% | 0.45% | - |
| HSV(B) | 256.25º | 0.35% | 0.54% | - |
| XYZ | 13.84 | 12.03 | 25.64 | - |
| YUV | 99.36 | 149.81 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 138 | 0.25 | 0.35 | 0 | 0.46 | 256.25 | 0.21 | 0.45 |
| Hex | 67 | 5A | 8A | 19 | 23 | 0 | 2E | 100 | 15 | 2D |
| Octal | 147 | 132 | 212 | 31 | 43 | 0 | 56 | 400 | 25 | 55 |
| Binary | 1100111 | 1011010 | 10001010 | 11001 | 100011 | 0 | 101110 | 100000000 | 10101 | 101101 |
Color Harmonies of #675A8A
Complementary color
Monochromatic Colors of #675A8A
Black with #675A8A
Text Example
Text Example
White with #675A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675A8A; }
p { color: rgb(103,90,138); }
H1.HeaderClassName
{
color: #675A8A;
}
.AnyTagClassName
{
color: #675A8A;
}
</style>
background-color css
<style>
a { background-color: #675A8A; }
a { background-color: rgb(103,90,138); }
div.DivClassName
{
background-color: #675A8A;
}
.BgClassName
{
background-color: #675A8A;
}
</style>
border-color css
<style>
span { border-color: #675A8A; }
span { border-color: rgb(103,90,138); }
td.TdClassName
{
border-color: #675A8A;
}
.TagClassName
{
border-color: #675A8A;
}
</style>