Shades of Slate Blue #6772DB
Tints of Slate Blue #6772DB
RGB
CMYK
RGB Variations
Color information
#6772DB (or 0x6772DB) is known color: Slate Blue. HEX triplet: 67, 72 and DB. RGB value is (103,114,219). Sum of RGB (Red+Green+Blue) = 103+114+219=436 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.62% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #6772DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6772DB is #988D24. Grayscale: #7A7A7A. Windows color (decimal): -9997605 or 14381671. OLE color: 14381671.
HSL color Cylindrical-coordinate representation of color #6772DB: hue angle of 234.31º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6772DB is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 114 | 219 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.14 |
| HSL | 234.31º | 0.62% | 0.63% | - |
| HSV(B) | 234.31º | 0.53% | 0.86% | - |
| XYZ | 24.4 | 20.03 | 69.6 | - |
| YUV | 122.68 | 182.36 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 114 | 219 | 0.53 | 0.48 | 0 | 0.14 | 234.31 | 0.62 | 0.63 |
| Hex | 67 | 72 | DB | 35 | 30 | 0 | E | EA | 3E | 3F |
| Octal | 147 | 162 | 333 | 65 | 60 | 0 | 16 | 352 | 76 | 77 |
| Binary | 1100111 | 1110010 | 11011011 | 110101 | 110000 | 0 | 1110 | 11101010 | 111110 | 111111 |
Color Harmonies of #6772DB
Complementary color
Monochromatic Colors of #6772DB
Black with #6772DB
Text Example
Text Example
White with #6772DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6772DB; }
p { color: rgb(103,114,219); }
H1.HeaderClassName
{
color: #6772DB;
}
.AnyTagClassName
{
color: #6772DB;
}
</style>
background-color css
<style>
a { background-color: #6772DB; }
a { background-color: rgb(103,114,219); }
div.DivClassName
{
background-color: #6772DB;
}
.BgClassName
{
background-color: #6772DB;
}
</style>
border-color css
<style>
span { border-color: #6772DB; }
span { border-color: rgb(103,114,219); }
td.TdClassName
{
border-color: #6772DB;
}
.TagClassName
{
border-color: #6772DB;
}
</style>