Shades of Slate Blue #6751CA
Tints of Slate Blue #6751CA
RGB
CMYK
RGB Variations
Color information
#6751CA (or 0x6751CA) is known color: Slate Blue. HEX triplet: 67, 51 and CA. RGB value is (103,81,202). Sum of RGB (Red+Green+Blue) = 103+81+202=386 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.68% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #6751CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6751CA is #98AE35. Grayscale: #646464. Windows color (decimal): -10006070 or 13259111. OLE color: 13259111.
HSL color Cylindrical-coordinate representation of color #6751CA: hue angle of 250.91º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6751CA is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 103 | 81 | 202 | - |
| CMYK | 0.49 | 0.60 | 0 | 0.21 |
| HSL | 250.91º | 0.53% | 0.55% | - |
| HSV(B) | 250.91º | 0.6% | 0.79% | - |
| XYZ | 19.2 | 13.03 | 57.38 | - |
| YUV | 101.37 | 184.79 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 81 | 202 | 0.49 | 0.60 | 0 | 0.21 | 250.91 | 0.53 | 0.55 |
| Hex | 67 | 51 | CA | 31 | 3C | 0 | 15 | FB | 35 | 37 |
| Octal | 147 | 121 | 312 | 61 | 74 | 0 | 25 | 373 | 65 | 67 |
| Binary | 1100111 | 1010001 | 11001010 | 110001 | 111100 | 0 | 10101 | 11111011 | 110101 | 110111 |
Color Harmonies of #6751CA
Complementary color
Monochromatic Colors of #6751CA
Black with #6751CA
Text Example
Text Example
White with #6751CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6751CA; }
p { color: rgb(103,81,202); }
H1.HeaderClassName
{
color: #6751CA;
}
.AnyTagClassName
{
color: #6751CA;
}
</style>
background-color css
<style>
a { background-color: #6751CA; }
a { background-color: rgb(103,81,202); }
div.DivClassName
{
background-color: #6751CA;
}
.BgClassName
{
background-color: #6751CA;
}
</style>
border-color css
<style>
span { border-color: #6751CA; }
span { border-color: rgb(103,81,202); }
td.TdClassName
{
border-color: #6751CA;
}
.TagClassName
{
border-color: #6751CA;
}
</style>