Shades of Slate Blue #6760DB
Tints of Slate Blue #6760DB
RGB
CMYK
RGB Variations
Color information
#6760DB (or 0x6760DB) is known color: Slate Blue. HEX triplet: 67, 60 and DB. RGB value is (103,96,219). Sum of RGB (Red+Green+Blue) = 103+96+219=418 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.64% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #6760DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6760DB is #989F24. Grayscale: #6F6F6F. Windows color (decimal): -10002213 or 14377063. OLE color: 14377063.
HSL color Cylindrical-coordinate representation of color #6760DB: hue angle of 243.41º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6760DB is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 96 | 219 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.14 |
| HSL | 243.41º | 0.63% | 0.62% | - |
| HSV(B) | 243.41º | 0.56% | 0.86% | - |
| XYZ | 22.56 | 16.36 | 68.99 | - |
| YUV | 112.12 | 188.32 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 96 | 219 | 0.53 | 0.56 | 0 | 0.14 | 243.41 | 0.63 | 0.62 |
| Hex | 67 | 60 | DB | 35 | 38 | 0 | E | F3 | 3F | 3E |
| Octal | 147 | 140 | 333 | 65 | 70 | 0 | 16 | 363 | 77 | 76 |
| Binary | 1100111 | 1100000 | 11011011 | 110101 | 111000 | 0 | 1110 | 11110011 | 111111 | 111110 |
Color Harmonies of #6760DB
Complementary color
Monochromatic Colors of #6760DB
Black with #6760DB
Text Example
Text Example
White with #6760DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6760DB; }
p { color: rgb(103,96,219); }
H1.HeaderClassName
{
color: #6760DB;
}
.AnyTagClassName
{
color: #6760DB;
}
</style>
background-color css
<style>
a { background-color: #6760DB; }
a { background-color: rgb(103,96,219); }
div.DivClassName
{
background-color: #6760DB;
}
.BgClassName
{
background-color: #6760DB;
}
</style>
border-color css
<style>
span { border-color: #6760DB; }
span { border-color: rgb(103,96,219); }
td.TdClassName
{
border-color: #6760DB;
}
.TagClassName
{
border-color: #6760DB;
}
</style>