Shades of Slate Blue #6772DA
Tints of Slate Blue #6772DA
RGB
CMYK
RGB Variations
Color information
#6772DA (or 0x6772DA) is known color: Slate Blue. HEX triplet: 67, 72 and DA. RGB value is (103,114,218). Sum of RGB (Red+Green+Blue) = 103+114+218=435 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.68% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #6772DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6772DA is #988D25. Grayscale: #7A7A7A. Windows color (decimal): -9997606 or 14316135. OLE color: 14316135.
HSL color Cylindrical-coordinate representation of color #6772DA: hue angle of 234.26º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6772DA is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 114 | 218 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.15 |
| HSL | 234.26º | 0.61% | 0.63% | - |
| HSV(B) | 234.26º | 0.53% | 0.85% | - |
| XYZ | 24.27 | 19.98 | 68.91 | - |
| YUV | 122.57 | 181.86 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 114 | 218 | 0.53 | 0.48 | 0 | 0.15 | 234.26 | 0.61 | 0.63 |
| Hex | 67 | 72 | DA | 35 | 30 | 0 | F | EA | 3D | 3F |
| Octal | 147 | 162 | 332 | 65 | 60 | 0 | 17 | 352 | 75 | 77 |
| Binary | 1100111 | 1110010 | 11011010 | 110101 | 110000 | 0 | 1111 | 11101010 | 111101 | 111111 |
Color Harmonies of #6772DA
Complementary color
Monochromatic Colors of #6772DA
Black with #6772DA
Text Example
Text Example
White with #6772DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6772DA; }
p { color: rgb(103,114,218); }
H1.HeaderClassName
{
color: #6772DA;
}
.AnyTagClassName
{
color: #6772DA;
}
</style>
background-color css
<style>
a { background-color: #6772DA; }
a { background-color: rgb(103,114,218); }
div.DivClassName
{
background-color: #6772DA;
}
.BgClassName
{
background-color: #6772DA;
}
</style>
border-color css
<style>
span { border-color: #6772DA; }
span { border-color: rgb(103,114,218); }
td.TdClassName
{
border-color: #6772DA;
}
.TagClassName
{
border-color: #6772DA;
}
</style>