Shades of Slate Blue #6765DF
Tints of Slate Blue #6765DF
RGB
CMYK
RGB Variations
Color information
#6765DF (or 0x6765DF) is known color: Slate Blue. HEX triplet: 67, 65 and DF. RGB value is (103,101,223). Sum of RGB (Red+Green+Blue) = 103+101+223=427 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.12% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #6765DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6765DF is #989A20. Grayscale: #737373. Windows color (decimal): -10000929 or 14640487. OLE color: 14640487.
HSL color Cylindrical-coordinate representation of color #6765DF: hue angle of 240.98º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6765DF is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 101 | 223 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.13 |
| HSL | 240.98º | 0.66% | 0.64% | - |
| HSV(B) | 240.98º | 0.55% | 0.87% | - |
| XYZ | 23.57 | 17.52 | 71.95 | - |
| YUV | 115.51 | 188.66 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 101 | 223 | 0.54 | 0.55 | 0 | 0.13 | 240.98 | 0.66 | 0.64 |
| Hex | 67 | 65 | DF | 36 | 37 | 0 | D | F1 | 42 | 40 |
| Octal | 147 | 145 | 337 | 66 | 67 | 0 | 15 | 361 | 102 | 100 |
| Binary | 1100111 | 1100101 | 11011111 | 110110 | 110111 | 0 | 1101 | 11110001 | 1000010 | 1000000 |
Color Harmonies of #6765DF
Complementary color
Monochromatic Colors of #6765DF
Black with #6765DF
Text Example
Text Example
White with #6765DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6765DF; }
p { color: rgb(103,101,223); }
H1.HeaderClassName
{
color: #6765DF;
}
.AnyTagClassName
{
color: #6765DF;
}
</style>
background-color css
<style>
a { background-color: #6765DF; }
a { background-color: rgb(103,101,223); }
div.DivClassName
{
background-color: #6765DF;
}
.BgClassName
{
background-color: #6765DF;
}
</style>
border-color css
<style>
span { border-color: #6765DF; }
span { border-color: rgb(103,101,223); }
td.TdClassName
{
border-color: #6765DF;
}
.TagClassName
{
border-color: #6765DF;
}
</style>