Shades of Light Slate Blue #6777FF
Tints of Light Slate Blue #6777FF
RGB
CMYK
RGB Variations
Color information
#6777FF (or 0x6777FF) is known color: Light Slate Blue. HEX triplet: 67, 77 and FF. RGB value is (103,119,255). Sum of RGB (Red+Green+Blue) = 103+119+255=477 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.59% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #6777FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6777FF is #988800. Grayscale: #818181. Windows color (decimal): -9996289 or 16742247. OLE color: 16742247.
HSL color Cylindrical-coordinate representation of color #6777FF: hue angle of 233.68º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6777FF is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 119 | 255 | - |
| CMYK | 0.60 | 0.53 | 0 | 0 |
| HSL | 233.68º | 1% | 0.7% | - |
| HSV(B) | 233.68º | 0.6% | 1% | - |
| XYZ | 30.24 | 23.3 | 97.51 | - |
| YUV | 129.72 | 198.7 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 119 | 255 | 0.60 | 0.53 | 0 | 0 | 233.68 | 1 | 0.7 |
| Hex | 67 | 77 | FF | 3C | 35 | 0 | 0 | EA | 64 | 46 |
| Octal | 147 | 167 | 377 | 74 | 65 | 0 | 0 | 352 | 144 | 106 |
| Binary | 1100111 | 1110111 | 11111111 | 111100 | 110101 | 0 | 0 | 11101010 | 1100100 | 1000110 |
Color Harmonies of #6777FF
Complementary color
Monochromatic Colors of #6777FF
Black with #6777FF
Text Example
Text Example
White with #6777FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6777FF; }
p { color: rgb(103,119,255); }
H1.HeaderClassName
{
color: #6777FF;
}
.AnyTagClassName
{
color: #6777FF;
}
</style>
background-color css
<style>
a { background-color: #6777FF; }
a { background-color: rgb(103,119,255); }
div.DivClassName
{
background-color: #6777FF;
}
.BgClassName
{
background-color: #6777FF;
}
</style>
border-color css
<style>
span { border-color: #6777FF; }
span { border-color: rgb(103,119,255); }
td.TdClassName
{
border-color: #6777FF;
}
.TagClassName
{
border-color: #6777FF;
}
</style>