Shades of Slate Blue #6772DC
Tints of Slate Blue #6772DC
RGB
CMYK
RGB Variations
Color information
#6772DC (or 0x6772DC) is known color: Slate Blue. HEX triplet: 67, 72 and DC. RGB value is (103,114,220). Sum of RGB (Red+Green+Blue) = 103+114+220=437 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.57% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #6772DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6772DC is #988D23. Grayscale: #7A7A7A. Windows color (decimal): -9997604 or 14447207. OLE color: 14447207.
HSL color Cylindrical-coordinate representation of color #6772DC: hue angle of 234.36º degrees, saturation: 0.63, 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 #6772DC is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 114 | 220 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.14 |
| HSL | 234.36º | 0.63% | 0.63% | - |
| HSV(B) | 234.36º | 0.53% | 0.86% | - |
| XYZ | 24.53 | 20.09 | 70.29 | - |
| YUV | 122.8 | 182.86 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 114 | 220 | 0.53 | 0.48 | 0 | 0.14 | 234.36 | 0.63 | 0.63 |
| Hex | 67 | 72 | DC | 35 | 30 | 0 | E | EA | 3F | 3F |
| Octal | 147 | 162 | 334 | 65 | 60 | 0 | 16 | 352 | 77 | 77 |
| Binary | 1100111 | 1110010 | 11011100 | 110101 | 110000 | 0 | 1110 | 11101010 | 111111 | 111111 |
Color Harmonies of #6772DC
Complementary color
Monochromatic Colors of #6772DC
Black with #6772DC
Text Example
Text Example
White with #6772DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6772DC; }
p { color: rgb(103,114,220); }
H1.HeaderClassName
{
color: #6772DC;
}
.AnyTagClassName
{
color: #6772DC;
}
</style>
background-color css
<style>
a { background-color: #6772DC; }
a { background-color: rgb(103,114,220); }
div.DivClassName
{
background-color: #6772DC;
}
.BgClassName
{
background-color: #6772DC;
}
</style>
border-color css
<style>
span { border-color: #6772DC; }
span { border-color: rgb(103,114,220); }
td.TdClassName
{
border-color: #6772DC;
}
.TagClassName
{
border-color: #6772DC;
}
</style>