Shades of Slate Blue #6750CF
Tints of Slate Blue #6750CF
RGB
CMYK
RGB Variations
Color information
#6750CF (or 0x6750CF) is known color: Slate Blue. HEX triplet: 67, 50 and CF. RGB value is (103,80,207). Sum of RGB (Red+Green+Blue) = 103+80+207=390 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.41% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #6750CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6750CF is #98AF30. Grayscale: #646464. Windows color (decimal): -10006321 or 13586535. OLE color: 13586535.
HSL color Cylindrical-coordinate representation of color #6750CF: hue angle of 250.87º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6750CF is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 80 | 207 | - |
| CMYK | 0.50 | 0.61 | 0 | 0.19 |
| HSL | 250.87º | 0.57% | 0.56% | - |
| HSV(B) | 250.87º | 0.61% | 0.81% | - |
| XYZ | 19.72 | 13.13 | 60.53 | - |
| YUV | 101.36 | 187.62 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 80 | 207 | 0.50 | 0.61 | 0 | 0.19 | 250.87 | 0.57 | 0.56 |
| Hex | 67 | 50 | CF | 32 | 3D | 0 | 13 | FB | 39 | 38 |
| Octal | 147 | 120 | 317 | 62 | 75 | 0 | 23 | 373 | 71 | 70 |
| Binary | 1100111 | 1010000 | 11001111 | 110010 | 111101 | 0 | 10011 | 11111011 | 111001 | 111000 |
Color Harmonies of #6750CF
Complementary color
Monochromatic Colors of #6750CF
Black with #6750CF
Text Example
Text Example
White with #6750CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6750CF; }
p { color: rgb(103,80,207); }
H1.HeaderClassName
{
color: #6750CF;
}
.AnyTagClassName
{
color: #6750CF;
}
</style>
background-color css
<style>
a { background-color: #6750CF; }
a { background-color: rgb(103,80,207); }
div.DivClassName
{
background-color: #6750CF;
}
.BgClassName
{
background-color: #6750CF;
}
</style>
border-color css
<style>
span { border-color: #6750CF; }
span { border-color: rgb(103,80,207); }
td.TdClassName
{
border-color: #6750CF;
}
.TagClassName
{
border-color: #6750CF;
}
</style>