Shades of Light Slate Blue #6977FF
Tints of Light Slate Blue #6977FF
RGB
CMYK
RGB Variations
Color information
#6977FF (or 0x6977FF) is known color: Light Slate Blue. HEX triplet: 69, 77 and FF. RGB value is (105,119,255). Sum of RGB (Red+Green+Blue) = 105+119+255=479 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.92% from 479); Green value is 119 (46.88% from 255 or 24.84% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #6977FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6977FF is #968800. Grayscale: #818181. Windows color (decimal): -9865217 or 16742249. OLE color: 16742249.
HSL color Cylindrical-coordinate representation of color #6977FF: hue angle of 234.4º 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 #6977FF is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 119 | 255 | - |
| CMYK | 0.59 | 0.53 | 0 | 0 |
| HSL | 234.4º | 1% | 0.71% | - |
| HSV(B) | 234.4º | 0.59% | 1% | - |
| XYZ | 30.47 | 23.42 | 97.52 | - |
| YUV | 130.32 | 198.36 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 119 | 255 | 0.59 | 0.53 | 0 | 0 | 234.4 | 1 | 0.71 |
| Hex | 69 | 77 | FF | 3B | 35 | 0 | 0 | EA | 64 | 47 |
| Octal | 151 | 167 | 377 | 73 | 65 | 0 | 0 | 352 | 144 | 107 |
| Binary | 1101001 | 1110111 | 11111111 | 111011 | 110101 | 0 | 0 | 11101010 | 1100100 | 1000111 |
Color Harmonies of #6977FF
Complementary color
Monochromatic Colors of #6977FF
Black with #6977FF
Text Example
Text Example
White with #6977FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6977FF; }
p { color: rgb(105,119,255); }
H1.HeaderClassName
{
color: #6977FF;
}
.AnyTagClassName
{
color: #6977FF;
}
</style>
background-color css
<style>
a { background-color: #6977FF; }
a { background-color: rgb(105,119,255); }
div.DivClassName
{
background-color: #6977FF;
}
.BgClassName
{
background-color: #6977FF;
}
</style>
border-color css
<style>
span { border-color: #6977FF; }
span { border-color: rgb(105,119,255); }
td.TdClassName
{
border-color: #6977FF;
}
.TagClassName
{
border-color: #6977FF;
}
</style>