Shades of Light Slate Blue #6B7BFD
Tints of Light Slate Blue #6B7BFD
RGB
CMYK
RGB Variations
Color information
#6B7BFD (or 0x6B7BFD) is known color: Light Slate Blue. HEX triplet: 6B, 7B and FD. RGB value is (107,123,253). Sum of RGB (Red+Green+Blue) = 107+123+253=483 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.15% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #6B7BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7BFD is #948402. Grayscale: #848484. Windows color (decimal): -9733123 or 16612203. OLE color: 16612203.
HSL color Cylindrical-coordinate representation of color #6B7BFD: hue angle of 233.42º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B7BFD is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 123 | 253 | - |
| CMYK | 0.58 | 0.51 | 0 | 0.01 |
| HSL | 233.42º | 0.97% | 0.71% | - |
| HSV(B) | 233.42º | 0.58% | 0.99% | - |
| XYZ | 30.88 | 24.38 | 96.01 | - |
| YUV | 133.04 | 195.7 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 123 | 253 | 0.58 | 0.51 | 0 | 0.01 | 233.42 | 0.97 | 0.71 |
| Hex | 6B | 7B | FD | 3A | 33 | 0 | 1 | E9 | 61 | 47 |
| Octal | 153 | 173 | 375 | 72 | 63 | 0 | 1 | 351 | 141 | 107 |
| Binary | 1101011 | 1111011 | 11111101 | 111010 | 110011 | 0 | 1 | 11101001 | 1100001 | 1000111 |
Color Harmonies of #6B7BFD
Complementary color
Monochromatic Colors of #6B7BFD
Black with #6B7BFD
Text Example
Text Example
White with #6B7BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7BFD; }
p { color: rgb(107,123,253); }
H1.HeaderClassName
{
color: #6B7BFD;
}
.AnyTagClassName
{
color: #6B7BFD;
}
</style>
background-color css
<style>
a { background-color: #6B7BFD; }
a { background-color: rgb(107,123,253); }
div.DivClassName
{
background-color: #6B7BFD;
}
.BgClassName
{
background-color: #6B7BFD;
}
</style>
border-color css
<style>
span { border-color: #6B7BFD; }
span { border-color: rgb(107,123,253); }
td.TdClassName
{
border-color: #6B7BFD;
}
.TagClassName
{
border-color: #6B7BFD;
}
</style>