Shades of Light Slate Blue #697AFC
Tints of Light Slate Blue #697AFC
RGB
CMYK
RGB Variations
Color information
#697AFC (or 0x697AFC) is known color: Light Slate Blue. HEX triplet: 69, 7A and FC. RGB value is (105,122,252). Sum of RGB (Red+Green+Blue) = 105+122+252=479 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.92% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #697AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697AFC is #968503. Grayscale: #838383. Windows color (decimal): -9864452 or 16546409. OLE color: 16546409.
HSL color Cylindrical-coordinate representation of color #697AFC: hue angle of 233.06º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #697AFC is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 122 | 252 | - |
| CMYK | 0.58 | 0.52 | 0 | 0.01 |
| HSL | 233.06º | 0.96% | 0.7% | - |
| HSV(B) | 233.06º | 0.58% | 0.99% | - |
| XYZ | 30.36 | 23.95 | 95.12 | - |
| YUV | 131.74 | 195.87 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 252 | 0.58 | 0.52 | 0 | 0.01 | 233.06 | 0.96 | 0.7 |
| Hex | 69 | 7A | FC | 3A | 34 | 0 | 1 | E9 | 60 | 46 |
| Octal | 151 | 172 | 374 | 72 | 64 | 0 | 1 | 351 | 140 | 106 |
| Binary | 1101001 | 1111010 | 11111100 | 111010 | 110100 | 0 | 1 | 11101001 | 1100000 | 1000110 |
Color Harmonies of #697AFC
Complementary color
Monochromatic Colors of #697AFC
Black with #697AFC
Text Example
Text Example
White with #697AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697AFC; }
p { color: rgb(105,122,252); }
H1.HeaderClassName
{
color: #697AFC;
}
.AnyTagClassName
{
color: #697AFC;
}
</style>
background-color css
<style>
a { background-color: #697AFC; }
a { background-color: rgb(105,122,252); }
div.DivClassName
{
background-color: #697AFC;
}
.BgClassName
{
background-color: #697AFC;
}
</style>
border-color css
<style>
span { border-color: #697AFC; }
span { border-color: rgb(105,122,252); }
td.TdClassName
{
border-color: #697AFC;
}
.TagClassName
{
border-color: #697AFC;
}
</style>