Shades of Slate Blue #6769DB
Tints of Slate Blue #6769DB
RGB
CMYK
RGB Variations
Color information
#6769DB (or 0x6769DB) is known color: Slate Blue. HEX triplet: 67, 69 and DB. RGB value is (103,105,219). Sum of RGB (Red+Green+Blue) = 103+105+219=427 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.12% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #6769DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6769DB is #989624. Grayscale: #747474. Windows color (decimal): -9999909 or 14379367. OLE color: 14379367.
HSL color Cylindrical-coordinate representation of color #6769DB: hue angle of 238.97º 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 #6769DB is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 105 | 219 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.14 |
| HSL | 238.97º | 0.62% | 0.63% | - |
| HSV(B) | 238.97º | 0.53% | 0.86% | - |
| XYZ | 23.43 | 18.1 | 69.28 | - |
| YUV | 117.4 | 185.34 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 105 | 219 | 0.53 | 0.52 | 0 | 0.14 | 238.97 | 0.62 | 0.63 |
| Hex | 67 | 69 | DB | 35 | 34 | 0 | E | EF | 3E | 3F |
| Octal | 147 | 151 | 333 | 65 | 64 | 0 | 16 | 357 | 76 | 77 |
| Binary | 1100111 | 1101001 | 11011011 | 110101 | 110100 | 0 | 1110 | 11101111 | 111110 | 111111 |
Color Harmonies of #6769DB
Complementary color
Monochromatic Colors of #6769DB
Black with #6769DB
Text Example
Text Example
White with #6769DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6769DB; }
p { color: rgb(103,105,219); }
H1.HeaderClassName
{
color: #6769DB;
}
.AnyTagClassName
{
color: #6769DB;
}
</style>
background-color css
<style>
a { background-color: #6769DB; }
a { background-color: rgb(103,105,219); }
div.DivClassName
{
background-color: #6769DB;
}
.BgClassName
{
background-color: #6769DB;
}
</style>
border-color css
<style>
span { border-color: #6769DB; }
span { border-color: rgb(103,105,219); }
td.TdClassName
{
border-color: #6769DB;
}
.TagClassName
{
border-color: #6769DB;
}
</style>