Shades of Slate Blue #6567CB
Tints of Slate Blue #6567CB
RGB
CMYK
RGB Variations
Color information
#6567CB (or 0x6567CB) is known color: Slate Blue. HEX triplet: 65, 67 and CB. RGB value is (101,103,203). Sum of RGB (Red+Green+Blue) = 101+103+203=407 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.82% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #6567CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6567CB is #9A9834. Grayscale: #717171. Windows color (decimal): -10131509 or 13330277. OLE color: 13330277.
HSL color Cylindrical-coordinate representation of color #6567CB: hue angle of 238.82º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6567CB is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 103 | 203 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.20 |
| HSL | 238.82º | 0.5% | 0.6% | - |
| HSV(B) | 238.82º | 0.5% | 0.8% | - |
| XYZ | 21 | 16.78 | 58.63 | - |
| YUV | 113.8 | 178.34 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 103 | 203 | 0.50 | 0.49 | 0 | 0.20 | 238.82 | 0.5 | 0.6 |
| Hex | 65 | 67 | CB | 32 | 31 | 0 | 14 | EF | 32 | 3C |
| Octal | 145 | 147 | 313 | 62 | 61 | 0 | 24 | 357 | 62 | 74 |
| Binary | 1100101 | 1100111 | 11001011 | 110010 | 110001 | 0 | 10100 | 11101111 | 110010 | 111100 |
Color Harmonies of #6567CB
Complementary color
Monochromatic Colors of #6567CB
Black with #6567CB
Text Example
Text Example
White with #6567CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6567CB; }
p { color: rgb(101,103,203); }
H1.HeaderClassName
{
color: #6567CB;
}
.AnyTagClassName
{
color: #6567CB;
}
</style>
background-color css
<style>
a { background-color: #6567CB; }
a { background-color: rgb(101,103,203); }
div.DivClassName
{
background-color: #6567CB;
}
.BgClassName
{
background-color: #6567CB;
}
</style>
border-color css
<style>
span { border-color: #6567CB; }
span { border-color: rgb(101,103,203); }
td.TdClassName
{
border-color: #6567CB;
}
.TagClassName
{
border-color: #6567CB;
}
</style>