Shades of Slate Blue #6760CB
Tints of Slate Blue #6760CB
RGB
CMYK
RGB Variations
Color information
#6760CB (or 0x6760CB) is known color: Slate Blue. HEX triplet: 67, 60 and CB. RGB value is (103,96,203). Sum of RGB (Red+Green+Blue) = 103+96+203=402 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.62% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #6760CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6760CB is #989F34. Grayscale: #6D6D6D. Windows color (decimal): -10002229 or 13328487. OLE color: 13328487.
HSL color Cylindrical-coordinate representation of color #6760CB: hue angle of 243.93º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6760CB is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 96 | 203 | - |
| CMYK | 0.49 | 0.53 | 0 | 0.20 |
| HSL | 243.93º | 0.51% | 0.59% | - |
| HSV(B) | 243.93º | 0.53% | 0.8% | - |
| XYZ | 20.56 | 15.56 | 58.42 | - |
| YUV | 110.29 | 180.32 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 96 | 203 | 0.49 | 0.53 | 0 | 0.20 | 243.93 | 0.51 | 0.59 |
| Hex | 67 | 60 | CB | 31 | 35 | 0 | 14 | F4 | 33 | 3B |
| Octal | 147 | 140 | 313 | 61 | 65 | 0 | 24 | 364 | 63 | 73 |
| Binary | 1100111 | 1100000 | 11001011 | 110001 | 110101 | 0 | 10100 | 11110100 | 110011 | 111011 |
Color Harmonies of #6760CB
Complementary color
Monochromatic Colors of #6760CB
Black with #6760CB
Text Example
Text Example
White with #6760CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6760CB; }
p { color: rgb(103,96,203); }
H1.HeaderClassName
{
color: #6760CB;
}
.AnyTagClassName
{
color: #6760CB;
}
</style>
background-color css
<style>
a { background-color: #6760CB; }
a { background-color: rgb(103,96,203); }
div.DivClassName
{
background-color: #6760CB;
}
.BgClassName
{
background-color: #6760CB;
}
</style>
border-color css
<style>
span { border-color: #6760CB; }
span { border-color: rgb(103,96,203); }
td.TdClassName
{
border-color: #6760CB;
}
.TagClassName
{
border-color: #6760CB;
}
</style>