Shades of Slate Blue #6765CE
Tints of Slate Blue #6765CE
RGB
CMYK
RGB Variations
Color information
#6765CE (or 0x6765CE) is known color: Slate Blue. HEX triplet: 67, 65 and CE. RGB value is (103,101,206). Sum of RGB (Red+Green+Blue) = 103+101+206=410 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.12% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #6765CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6765CE is #989A31. Grayscale: #717171. Windows color (decimal): -10000946 or 13526375. OLE color: 13526375.
HSL color Cylindrical-coordinate representation of color #6765CE: hue angle of 241.14º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6765CE is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 101 | 206 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.19 |
| HSL | 241.14º | 0.52% | 0.6% | - |
| HSV(B) | 241.14º | 0.51% | 0.81% | - |
| XYZ | 21.39 | 16.65 | 60.48 | - |
| YUV | 113.57 | 180.16 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 101 | 206 | 0.50 | 0.51 | 0 | 0.19 | 241.14 | 0.52 | 0.6 |
| Hex | 67 | 65 | CE | 32 | 33 | 0 | 13 | F1 | 34 | 3C |
| Octal | 147 | 145 | 316 | 62 | 63 | 0 | 23 | 361 | 64 | 74 |
| Binary | 1100111 | 1100101 | 11001110 | 110010 | 110011 | 0 | 10011 | 11110001 | 110100 | 111100 |
Color Harmonies of #6765CE
Complementary color
Monochromatic Colors of #6765CE
Black with #6765CE
Text Example
Text Example
White with #6765CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6765CE; }
p { color: rgb(103,101,206); }
H1.HeaderClassName
{
color: #6765CE;
}
.AnyTagClassName
{
color: #6765CE;
}
</style>
background-color css
<style>
a { background-color: #6765CE; }
a { background-color: rgb(103,101,206); }
div.DivClassName
{
background-color: #6765CE;
}
.BgClassName
{
background-color: #6765CE;
}
</style>
border-color css
<style>
span { border-color: #6765CE; }
span { border-color: rgb(103,101,206); }
td.TdClassName
{
border-color: #6765CE;
}
.TagClassName
{
border-color: #6765CE;
}
</style>