Shades of Kashmir Blue #606B80
Tints of Kashmir Blue #606B80
RGB
CMYK
RGB Variations
Color information
#606B80 (or 0x606B80) is known color: Kashmir Blue. HEX triplet: 60, 6B and 80. RGB value is (96,107,128). Sum of RGB (Red+Green+Blue) = 96+107+128=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 128 - color contains mainly: blue. Hex color #606B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606B80 is #9F947F. Grayscale: #6A6A6A. Windows color (decimal): -10458240 or 8416096. OLE color: 8416096.
HSL color Cylindrical-coordinate representation of color #606B80: hue angle of 219.38º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #606B80 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 107 | 128 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.50 |
| HSL | 219.38º | 0.14% | 0.44% | - |
| HSV(B) | 219.38º | 0.25% | 0.5% | - |
| XYZ | 13.98 | 14.56 | 22.5 | - |
| YUV | 106.11 | 140.36 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 107 | 128 | 0.25 | 0.16 | 0 | 0.50 | 219.38 | 0.14 | 0.44 |
| Hex | 60 | 6B | 80 | 19 | 10 | 0 | 32 | DB | E | 2C |
| Octal | 140 | 153 | 200 | 31 | 20 | 0 | 62 | 333 | 16 | 54 |
| Binary | 1100000 | 1101011 | 10000000 | 11001 | 10000 | 0 | 110010 | 11011011 | 1110 | 101100 |
Color Harmonies of #606B80
Complementary color
Monochromatic Colors of #606B80
Black with #606B80
Text Example
Text Example
White with #606B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606B80; }
p { color: rgb(96,107,128); }
H1.HeaderClassName
{
color: #606B80;
}
.AnyTagClassName
{
color: #606B80;
}
</style>
background-color css
<style>
a { background-color: #606B80; }
a { background-color: rgb(96,107,128); }
div.DivClassName
{
background-color: #606B80;
}
.BgClassName
{
background-color: #606B80;
}
</style>
border-color css
<style>
span { border-color: #606B80; }
span { border-color: rgb(96,107,128); }
td.TdClassName
{
border-color: #606B80;
}
.TagClassName
{
border-color: #606B80;
}
</style>