Shades of Slate Blue #6B6CCC
Tints of Slate Blue #6B6CCC
RGB
CMYK
RGB Variations
Color information
#6B6CCC (or 0x6B6CCC) is known color: Slate Blue. HEX triplet: 6B, 6C and CC. RGB value is (107,108,204). Sum of RGB (Red+Green+Blue) = 107+108+204=419 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.54% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B6CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6CCC is #949333. Grayscale: #767676. Windows color (decimal): -9737012 or 13397099. OLE color: 13397099.
HSL color Cylindrical-coordinate representation of color #6B6CCC: hue angle of 239.38º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B6CCC is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 108 | 204 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.2 |
| HSL | 239.38º | 0.49% | 0.61% | - |
| HSV(B) | 239.38º | 0.48% | 0.8% | - |
| XYZ | 22.33 | 18.21 | 59.47 | - |
| YUV | 118.65 | 176.17 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 108 | 204 | 0.48 | 0.47 | 0 | 0.2 | 239.38 | 0.49 | 0.61 |
| Hex | 6B | 6C | CC | 30 | 2F | 0 | 14 | EF | 31 | 3D |
| Octal | 153 | 154 | 314 | 60 | 57 | 0 | 24 | 357 | 61 | 75 |
| Binary | 1101011 | 1101100 | 11001100 | 110000 | 101111 | 0 | 10100 | 11101111 | 110001 | 111101 |
Color Harmonies of #6B6CCC
Complementary color
Monochromatic Colors of #6B6CCC
Black with #6B6CCC
Text Example
Text Example
White with #6B6CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6CCC; }
p { color: rgb(107,108,204); }
H1.HeaderClassName
{
color: #6B6CCC;
}
.AnyTagClassName
{
color: #6B6CCC;
}
</style>
background-color css
<style>
a { background-color: #6B6CCC; }
a { background-color: rgb(107,108,204); }
div.DivClassName
{
background-color: #6B6CCC;
}
.BgClassName
{
background-color: #6B6CCC;
}
</style>
border-color css
<style>
span { border-color: #6B6CCC; }
span { border-color: rgb(107,108,204); }
td.TdClassName
{
border-color: #6B6CCC;
}
.TagClassName
{
border-color: #6B6CCC;
}
</style>