Shades of Slate Blue #6769CF
Tints of Slate Blue #6769CF
RGB
CMYK
RGB Variations
Color information
#6769CF (or 0x6769CF) is known color: Slate Blue. HEX triplet: 67, 69 and CF. RGB value is (103,105,207). Sum of RGB (Red+Green+Blue) = 103+105+207=415 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.82% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #6769CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6769CF is #989630. Grayscale: #737373. Windows color (decimal): -9999921 or 13592935. OLE color: 13592935.
HSL color Cylindrical-coordinate representation of color #6769CF: hue angle of 238.85º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6769CF is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 105 | 207 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.19 |
| HSL | 238.85º | 0.52% | 0.61% | - |
| HSV(B) | 238.85º | 0.5% | 0.81% | - |
| XYZ | 21.91 | 17.49 | 61.25 | - |
| YUV | 116.03 | 179.34 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 105 | 207 | 0.50 | 0.49 | 0 | 0.19 | 238.85 | 0.52 | 0.61 |
| Hex | 67 | 69 | CF | 32 | 31 | 0 | 13 | EF | 34 | 3D |
| Octal | 147 | 151 | 317 | 62 | 61 | 0 | 23 | 357 | 64 | 75 |
| Binary | 1100111 | 1101001 | 11001111 | 110010 | 110001 | 0 | 10011 | 11101111 | 110100 | 111101 |
Color Harmonies of #6769CF
Complementary color
Monochromatic Colors of #6769CF
Black with #6769CF
Text Example
Text Example
White with #6769CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6769CF; }
p { color: rgb(103,105,207); }
H1.HeaderClassName
{
color: #6769CF;
}
.AnyTagClassName
{
color: #6769CF;
}
</style>
background-color css
<style>
a { background-color: #6769CF; }
a { background-color: rgb(103,105,207); }
div.DivClassName
{
background-color: #6769CF;
}
.BgClassName
{
background-color: #6769CF;
}
</style>
border-color css
<style>
span { border-color: #6769CF; }
span { border-color: rgb(103,105,207); }
td.TdClassName
{
border-color: #6769CF;
}
.TagClassName
{
border-color: #6769CF;
}
</style>