Shades of Kashmir Blue #616F82
Tints of Kashmir Blue #616F82
RGB
CMYK
RGB Variations
Color information
#616F82 (or 0x616F82) is known color: Kashmir Blue. HEX triplet: 61, 6F and 82. RGB value is (97,111,130). Sum of RGB (Red+Green+Blue) = 97+111+130=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 130 - color contains mainly: blue. Hex color #616F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616F82 is #9E907D. Grayscale: #6C6C6C. Windows color (decimal): -10391678 or 8548193. OLE color: 8548193.
HSL color Cylindrical-coordinate representation of color #616F82: hue angle of 214.55º degrees, saturation: 0.15, 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 #616F82 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 111 | 130 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.49 |
| HSL | 214.55º | 0.15% | 0.45% | - |
| HSV(B) | 214.55º | 0.25% | 0.51% | - |
| XYZ | 14.64 | 15.52 | 23.34 | - |
| YUV | 108.98 | 139.86 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 111 | 130 | 0.25 | 0.15 | 0 | 0.49 | 214.55 | 0.15 | 0.45 |
| Hex | 61 | 6F | 82 | 19 | F | 0 | 31 | D7 | F | 2D |
| Octal | 141 | 157 | 202 | 31 | 17 | 0 | 61 | 327 | 17 | 55 |
| Binary | 1100001 | 1101111 | 10000010 | 11001 | 1111 | 0 | 110001 | 11010111 | 1111 | 101101 |
Color Harmonies of #616F82
Complementary color
Monochromatic Colors of #616F82
Black with #616F82
Text Example
Text Example
White with #616F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616F82; }
p { color: rgb(97,111,130); }
H1.HeaderClassName
{
color: #616F82;
}
.AnyTagClassName
{
color: #616F82;
}
</style>
background-color css
<style>
a { background-color: #616F82; }
a { background-color: rgb(97,111,130); }
div.DivClassName
{
background-color: #616F82;
}
.BgClassName
{
background-color: #616F82;
}
</style>
border-color css
<style>
span { border-color: #616F82; }
span { border-color: rgb(97,111,130); }
td.TdClassName
{
border-color: #616F82;
}
.TagClassName
{
border-color: #616F82;
}
</style>