Shades of Light Slate Blue #697AFF
Tints of Light Slate Blue #697AFF
RGB
CMYK
RGB Variations
Color information
#697AFF (or 0x697AFF) is known color: Light Slate Blue. HEX triplet: 69, 7A and FF. RGB value is (105,122,255). Sum of RGB (Red+Green+Blue) = 105+122+255=482 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.78% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #697AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697AFF is #968500. Grayscale: #838383. Windows color (decimal): -9864449 or 16743017. OLE color: 16743017.
HSL color Cylindrical-coordinate representation of color #697AFF: hue angle of 233.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #697AFF is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 122 | 255 | - |
| CMYK | 0.59 | 0.52 | 0 | 0 |
| HSL | 233.2º | 1% | 0.71% | - |
| HSV(B) | 233.2º | 0.59% | 1% | - |
| XYZ | 30.84 | 24.14 | 97.64 | - |
| YUV | 132.08 | 197.37 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 255 | 0.59 | 0.52 | 0 | 0 | 233.2 | 1 | 0.71 |
| Hex | 69 | 7A | FF | 3B | 34 | 0 | 0 | E9 | 64 | 47 |
| Octal | 151 | 172 | 377 | 73 | 64 | 0 | 0 | 351 | 144 | 107 |
| Binary | 1101001 | 1111010 | 11111111 | 111011 | 110100 | 0 | 0 | 11101001 | 1100100 | 1000111 |
Color Harmonies of #697AFF
Complementary color
Monochromatic Colors of #697AFF
Black with #697AFF
Text Example
Text Example
White with #697AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697AFF; }
p { color: rgb(105,122,255); }
H1.HeaderClassName
{
color: #697AFF;
}
.AnyTagClassName
{
color: #697AFF;
}
</style>
background-color css
<style>
a { background-color: #697AFF; }
a { background-color: rgb(105,122,255); }
div.DivClassName
{
background-color: #697AFF;
}
.BgClassName
{
background-color: #697AFF;
}
</style>
border-color css
<style>
span { border-color: #697AFF; }
span { border-color: rgb(105,122,255); }
td.TdClassName
{
border-color: #697AFF;
}
.TagClassName
{
border-color: #697AFF;
}
</style>