Shades of Kashmir Blue #61758C
Tints of Kashmir Blue #61758C
RGB
CMYK
RGB Variations
Color information
#61758C (or 0x61758C) is known color: Kashmir Blue. HEX triplet: 61, 75 and 8C. RGB value is (97,117,140). Sum of RGB (Red+Green+Blue) = 97+117+140=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 140 - color contains mainly: blue. Hex color #61758C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61758C is #9E8A73. Grayscale: #717171. Windows color (decimal): -10390132 or 9205089. OLE color: 9205089.
HSL color Cylindrical-coordinate representation of color #61758C: hue angle of 212.09º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61758C is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 117 | 140 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.45 |
| HSL | 212.09º | 0.18% | 0.46% | - |
| HSV(B) | 212.09º | 0.31% | 0.55% | - |
| XYZ | 16.02 | 17.16 | 27.28 | - |
| YUV | 113.64 | 142.87 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 117 | 140 | 0.31 | 0.16 | 0 | 0.45 | 212.09 | 0.18 | 0.46 |
| Hex | 61 | 75 | 8C | 1F | 10 | 0 | 2D | D4 | 12 | 2E |
| Octal | 141 | 165 | 214 | 37 | 20 | 0 | 55 | 324 | 22 | 56 |
| Binary | 1100001 | 1110101 | 10001100 | 11111 | 10000 | 0 | 101101 | 11010100 | 10010 | 101110 |
Color Harmonies of #61758C
Complementary color
Monochromatic Colors of #61758C
Black with #61758C
Text Example
Text Example
White with #61758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61758C; }
p { color: rgb(97,117,140); }
H1.HeaderClassName
{
color: #61758C;
}
.AnyTagClassName
{
color: #61758C;
}
</style>
background-color css
<style>
a { background-color: #61758C; }
a { background-color: rgb(97,117,140); }
div.DivClassName
{
background-color: #61758C;
}
.BgClassName
{
background-color: #61758C;
}
</style>
border-color css
<style>
span { border-color: #61758C; }
span { border-color: rgb(97,117,140); }
td.TdClassName
{
border-color: #61758C;
}
.TagClassName
{
border-color: #61758C;
}
</style>