Shades of Kashmir Blue #61778E
Tints of Kashmir Blue #61778E
RGB
CMYK
RGB Variations
Color information
#61778E (or 0x61778E) is known color: Kashmir Blue. HEX triplet: 61, 77 and 8E. RGB value is (97,119,142). Sum of RGB (Red+Green+Blue) = 97+119+142=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 142 - color contains mainly: blue. Hex color #61778E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61778E is #9E8871. Grayscale: #727272. Windows color (decimal): -10389618 or 9336673. OLE color: 9336673.
HSL color Cylindrical-coordinate representation of color #61778E: hue angle of 210.67º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61778E is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 119 | 142 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.44 |
| HSL | 210.67º | 0.19% | 0.47% | - |
| HSV(B) | 210.67º | 0.32% | 0.56% | - |
| XYZ | 16.41 | 17.69 | 28.14 | - |
| YUV | 115.04 | 143.21 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 119 | 142 | 0.32 | 0.16 | 0 | 0.44 | 210.67 | 0.19 | 0.47 |
| Hex | 61 | 77 | 8E | 20 | 10 | 0 | 2C | D3 | 13 | 2F |
| Octal | 141 | 167 | 216 | 40 | 20 | 0 | 54 | 323 | 23 | 57 |
| Binary | 1100001 | 1110111 | 10001110 | 100000 | 10000 | 0 | 101100 | 11010011 | 10011 | 101111 |
Color Harmonies of #61778E
Complementary color
Monochromatic Colors of #61778E
Black with #61778E
Text Example
Text Example
White with #61778E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61778E; }
p { color: rgb(97,119,142); }
H1.HeaderClassName
{
color: #61778E;
}
.AnyTagClassName
{
color: #61778E;
}
</style>
background-color css
<style>
a { background-color: #61778E; }
a { background-color: rgb(97,119,142); }
div.DivClassName
{
background-color: #61778E;
}
.BgClassName
{
background-color: #61778E;
}
</style>
border-color css
<style>
span { border-color: #61778E; }
span { border-color: rgb(97,119,142); }
td.TdClassName
{
border-color: #61778E;
}
.TagClassName
{
border-color: #61778E;
}
</style>