Shades of Slate Blue #6468CF
Tints of Slate Blue #6468CF
RGB
CMYK
RGB Variations
Color information
#6468CF (or 0x6468CF) is known color: Slate Blue. HEX triplet: 64, 68 and CF. RGB value is (100,104,207). Sum of RGB (Red+Green+Blue) = 100+104+207=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #6468CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6468CF is #9B9730. Grayscale: #727272. Windows color (decimal): -10196785 or 13592676. OLE color: 13592676.
HSL color Cylindrical-coordinate representation of color #6468CF: hue angle of 237.76º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6468CF is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 104 | 207 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.19 |
| HSL | 237.76º | 0.53% | 0.6% | - |
| HSV(B) | 237.76º | 0.52% | 0.81% | - |
| XYZ | 21.47 | 17.11 | 61.2 | - |
| YUV | 114.55 | 180.17 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 104 | 207 | 0.52 | 0.50 | 0 | 0.19 | 237.76 | 0.53 | 0.6 |
| Hex | 64 | 68 | CF | 34 | 32 | 0 | 13 | EE | 35 | 3C |
| Octal | 144 | 150 | 317 | 64 | 62 | 0 | 23 | 356 | 65 | 74 |
| Binary | 1100100 | 1101000 | 11001111 | 110100 | 110010 | 0 | 10011 | 11101110 | 110101 | 111100 |
Color Harmonies of #6468CF
Complementary color
Monochromatic Colors of #6468CF
Black with #6468CF
Text Example
Text Example
White with #6468CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6468CF; }
p { color: rgb(100,104,207); }
H1.HeaderClassName
{
color: #6468CF;
}
.AnyTagClassName
{
color: #6468CF;
}
</style>
background-color css
<style>
a { background-color: #6468CF; }
a { background-color: rgb(100,104,207); }
div.DivClassName
{
background-color: #6468CF;
}
.BgClassName
{
background-color: #6468CF;
}
</style>
border-color css
<style>
span { border-color: #6468CF; }
span { border-color: rgb(100,104,207); }
td.TdClassName
{
border-color: #6468CF;
}
.TagClassName
{
border-color: #6468CF;
}
</style>