Shades of Slate Blue #6744CB
Tints of Slate Blue #6744CB
RGB
CMYK
RGB Variations
Color information
#6744CB (or 0x6744CB) is known color: Slate Blue. HEX triplet: 67, 44 and CB. RGB value is (103,68,203). Sum of RGB (Red+Green+Blue) = 103+68+203=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #6744CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6744CB is #98BB34. Grayscale: #5D5D5D. Windows color (decimal): -10009397 or 13321319. OLE color: 13321319.
HSL color Cylindrical-coordinate representation of color #6744CB: hue angle of 255.56º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6744CB is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 68 | 203 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.20 |
| HSL | 255.56º | 0.56% | 0.53% | - |
| HSV(B) | 255.56º | 0.67% | 0.8% | - |
| XYZ | 18.44 | 11.33 | 57.71 | - |
| YUV | 93.86 | 189.6 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 68 | 203 | 0.49 | 0.67 | 0 | 0.20 | 255.56 | 0.56 | 0.53 |
| Hex | 67 | 44 | CB | 31 | 43 | 0 | 14 | 100 | 38 | 35 |
| Octal | 147 | 104 | 313 | 61 | 103 | 0 | 24 | 400 | 70 | 65 |
| Binary | 1100111 | 1000100 | 11001011 | 110001 | 1000011 | 0 | 10100 | 100000000 | 111000 | 110101 |
Color Harmonies of #6744CB
Complementary color
Monochromatic Colors of #6744CB
Black with #6744CB
Text Example
Text Example
White with #6744CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6744CB; }
p { color: rgb(103,68,203); }
H1.HeaderClassName
{
color: #6744CB;
}
.AnyTagClassName
{
color: #6744CB;
}
</style>
background-color css
<style>
a { background-color: #6744CB; }
a { background-color: rgb(103,68,203); }
div.DivClassName
{
background-color: #6744CB;
}
.BgClassName
{
background-color: #6744CB;
}
</style>
border-color css
<style>
span { border-color: #6744CB; }
span { border-color: rgb(103,68,203); }
td.TdClassName
{
border-color: #6744CB;
}
.TagClassName
{
border-color: #6744CB;
}
</style>