Shades of Slate Blue #6675DA
Tints of Slate Blue #6675DA
RGB
CMYK
RGB Variations
Color information
#6675DA (or 0x6675DA) is known color: Slate Blue. HEX triplet: 66, 75 and DA. RGB value is (102,117,218). Sum of RGB (Red+Green+Blue) = 102+117+218=437 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.34% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #6675DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6675DA is #998A25. Grayscale: #7B7B7B. Windows color (decimal): -10062374 or 14316902. OLE color: 14316902.
HSL color Cylindrical-coordinate representation of color #6675DA: hue angle of 232.24º 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 #6675DA is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 117 | 218 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.15 |
| HSL | 232.24º | 0.61% | 0.63% | - |
| HSV(B) | 232.24º | 0.53% | 0.85% | - |
| XYZ | 24.5 | 20.61 | 69.02 | - |
| YUV | 124.03 | 181.03 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 117 | 218 | 0.53 | 0.46 | 0 | 0.15 | 232.24 | 0.61 | 0.63 |
| Hex | 66 | 75 | DA | 35 | 2E | 0 | F | E8 | 3D | 3F |
| Octal | 146 | 165 | 332 | 65 | 56 | 0 | 17 | 350 | 75 | 77 |
| Binary | 1100110 | 1110101 | 11011010 | 110101 | 101110 | 0 | 1111 | 11101000 | 111101 | 111111 |
Color Harmonies of #6675DA
Complementary color
Monochromatic Colors of #6675DA
Black with #6675DA
Text Example
Text Example
White with #6675DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6675DA; }
p { color: rgb(102,117,218); }
H1.HeaderClassName
{
color: #6675DA;
}
.AnyTagClassName
{
color: #6675DA;
}
</style>
background-color css
<style>
a { background-color: #6675DA; }
a { background-color: rgb(102,117,218); }
div.DivClassName
{
background-color: #6675DA;
}
.BgClassName
{
background-color: #6675DA;
}
</style>
border-color css
<style>
span { border-color: #6675DA; }
span { border-color: rgb(102,117,218); }
td.TdClassName
{
border-color: #6675DA;
}
.TagClassName
{
border-color: #6675DA;
}
</style>