Shades of Light Slate Blue #6A7BFD
Tints of Light Slate Blue #6A7BFD
RGB
CMYK
RGB Variations
Color information
#6A7BFD (or 0x6A7BFD) is known color: Light Slate Blue. HEX triplet: 6A, 7B and FD. RGB value is (106,123,253). Sum of RGB (Red+Green+Blue) = 106+123+253=482 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.99% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #6A7BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A7BFD is #958402. Grayscale: #848484. Windows color (decimal): -9798659 or 16612202. OLE color: 16612202.
HSL color Cylindrical-coordinate representation of color #6A7BFD: hue angle of 233.06º degrees, saturation: 0.97, 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 #6A7BFD is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 123 | 253 | - |
| CMYK | 0.58 | 0.51 | 0 | 0.01 |
| HSL | 233.06º | 0.97% | 0.7% | - |
| HSV(B) | 233.06º | 0.58% | 0.99% | - |
| XYZ | 30.76 | 24.32 | 96 | - |
| YUV | 132.74 | 195.87 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 123 | 253 | 0.58 | 0.51 | 0 | 0.01 | 233.06 | 0.97 | 0.7 |
| Hex | 6A | 7B | FD | 3A | 33 | 0 | 1 | E9 | 61 | 46 |
| Octal | 152 | 173 | 375 | 72 | 63 | 0 | 1 | 351 | 141 | 106 |
| Binary | 1101010 | 1111011 | 11111101 | 111010 | 110011 | 0 | 1 | 11101001 | 1100001 | 1000110 |
Color Harmonies of #6A7BFD
Complementary color
Monochromatic Colors of #6A7BFD
Black with #6A7BFD
Text Example
Text Example
White with #6A7BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7BFD; }
p { color: rgb(106,123,253); }
H1.HeaderClassName
{
color: #6A7BFD;
}
.AnyTagClassName
{
color: #6A7BFD;
}
</style>
background-color css
<style>
a { background-color: #6A7BFD; }
a { background-color: rgb(106,123,253); }
div.DivClassName
{
background-color: #6A7BFD;
}
.BgClassName
{
background-color: #6A7BFD;
}
</style>
border-color css
<style>
span { border-color: #6A7BFD; }
span { border-color: rgb(106,123,253); }
td.TdClassName
{
border-color: #6A7BFD;
}
.TagClassName
{
border-color: #6A7BFD;
}
</style>