Shades of Slate Blue #6763CA
Tints of Slate Blue #6763CA
RGB
CMYK
RGB Variations
Color information
#6763CA (or 0x6763CA) is known color: Slate Blue. HEX triplet: 67, 63 and CA. RGB value is (103,99,202). Sum of RGB (Red+Green+Blue) = 103+99+202=404 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.50% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #6763CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6763CA is #989C35. Grayscale: #6F6F6F. Windows color (decimal): -10001462 or 13263719. OLE color: 13263719.
HSL color Cylindrical-coordinate representation of color #6763CA: hue angle of 242.33º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6763CA is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 103 | 99 | 202 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.21 |
| HSL | 242.33º | 0.49% | 0.59% | - |
| HSV(B) | 242.33º | 0.51% | 0.79% | - |
| XYZ | 20.72 | 16.07 | 57.89 | - |
| YUV | 111.94 | 178.83 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 99 | 202 | 0.49 | 0.51 | 0 | 0.21 | 242.33 | 0.49 | 0.59 |
| Hex | 67 | 63 | CA | 31 | 33 | 0 | 15 | F2 | 31 | 3B |
| Octal | 147 | 143 | 312 | 61 | 63 | 0 | 25 | 362 | 61 | 73 |
| Binary | 1100111 | 1100011 | 11001010 | 110001 | 110011 | 0 | 10101 | 11110010 | 110001 | 111011 |
Color Harmonies of #6763CA
Complementary color
Monochromatic Colors of #6763CA
Black with #6763CA
Text Example
Text Example
White with #6763CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6763CA; }
p { color: rgb(103,99,202); }
H1.HeaderClassName
{
color: #6763CA;
}
.AnyTagClassName
{
color: #6763CA;
}
</style>
background-color css
<style>
a { background-color: #6763CA; }
a { background-color: rgb(103,99,202); }
div.DivClassName
{
background-color: #6763CA;
}
.BgClassName
{
background-color: #6763CA;
}
</style>
border-color css
<style>
span { border-color: #6763CA; }
span { border-color: rgb(103,99,202); }
td.TdClassName
{
border-color: #6763CA;
}
.TagClassName
{
border-color: #6763CA;
}
</style>