Shades of Slate Blue #6769DA
Tints of Slate Blue #6769DA
RGB
CMYK
RGB Variations
Color information
#6769DA (or 0x6769DA) is known color: Slate Blue. HEX triplet: 67, 69 and DA. RGB value is (103,105,218). Sum of RGB (Red+Green+Blue) = 103+105+218=426 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.18% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #6769DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6769DA is #989625. Grayscale: #747474. Windows color (decimal): -9999910 or 14313831. OLE color: 14313831.
HSL color Cylindrical-coordinate representation of color #6769DA: hue angle of 238.96º 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 #6769DA is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 105 | 218 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.15 |
| HSL | 238.96º | 0.61% | 0.63% | - |
| HSV(B) | 238.96º | 0.53% | 0.85% | - |
| XYZ | 23.3 | 18.05 | 68.59 | - |
| YUV | 117.28 | 184.84 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 105 | 218 | 0.53 | 0.52 | 0 | 0.15 | 238.96 | 0.61 | 0.63 |
| Hex | 67 | 69 | DA | 35 | 34 | 0 | F | EF | 3D | 3F |
| Octal | 147 | 151 | 332 | 65 | 64 | 0 | 17 | 357 | 75 | 77 |
| Binary | 1100111 | 1101001 | 11011010 | 110101 | 110100 | 0 | 1111 | 11101111 | 111101 | 111111 |
Color Harmonies of #6769DA
Complementary color
Monochromatic Colors of #6769DA
Black with #6769DA
Text Example
Text Example
White with #6769DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6769DA; }
p { color: rgb(103,105,218); }
H1.HeaderClassName
{
color: #6769DA;
}
.AnyTagClassName
{
color: #6769DA;
}
</style>
background-color css
<style>
a { background-color: #6769DA; }
a { background-color: rgb(103,105,218); }
div.DivClassName
{
background-color: #6769DA;
}
.BgClassName
{
background-color: #6769DA;
}
</style>
border-color css
<style>
span { border-color: #6769DA; }
span { border-color: rgb(103,105,218); }
td.TdClassName
{
border-color: #6769DA;
}
.TagClassName
{
border-color: #6769DA;
}
</style>