Shades of Slate Blue #6763BF
Tints of Slate Blue #6763BF
RGB
CMYK
RGB Variations
Color information
#6763BF (or 0x6763BF) is known color: Slate Blue. HEX triplet: 67, 63 and BF. RGB value is (103,99,191). Sum of RGB (Red+Green+Blue) = 103+99+191=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #6763BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6763BF is #989C40. Grayscale: #6E6E6E. Windows color (decimal): -10001473 or 12542823. OLE color: 12542823.
HSL color Cylindrical-coordinate representation of color #6763BF: hue angle of 242.61º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6763BF is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 99 | 191 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.25 |
| HSL | 242.61º | 0.42% | 0.57% | - |
| HSV(B) | 242.61º | 0.48% | 0.75% | - |
| XYZ | 19.46 | 15.57 | 51.27 | - |
| YUV | 110.68 | 173.33 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 99 | 191 | 0.46 | 0.48 | 0 | 0.25 | 242.61 | 0.42 | 0.57 |
| Hex | 67 | 63 | BF | 2E | 30 | 0 | 19 | F3 | 2A | 39 |
| Octal | 147 | 143 | 277 | 56 | 60 | 0 | 31 | 363 | 52 | 71 |
| Binary | 1100111 | 1100011 | 10111111 | 101110 | 110000 | 0 | 11001 | 11110011 | 101010 | 111001 |
Color Harmonies of #6763BF
Complementary color
Monochromatic Colors of #6763BF
Black with #6763BF
Text Example
Text Example
White with #6763BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6763BF; }
p { color: rgb(103,99,191); }
H1.HeaderClassName
{
color: #6763BF;
}
.AnyTagClassName
{
color: #6763BF;
}
</style>
background-color css
<style>
a { background-color: #6763BF; }
a { background-color: rgb(103,99,191); }
div.DivClassName
{
background-color: #6763BF;
}
.BgClassName
{
background-color: #6763BF;
}
</style>
border-color css
<style>
span { border-color: #6763BF; }
span { border-color: rgb(103,99,191); }
td.TdClassName
{
border-color: #6763BF;
}
.TagClassName
{
border-color: #6763BF;
}
</style>