Shades of Slate Blue #6C69CC
Tints of Slate Blue #6C69CC
RGB
CMYK
RGB Variations
Color information
#6C69CC (or 0x6C69CC) is known color: Slate Blue. HEX triplet: 6C, 69 and CC. RGB value is (108,105,204). Sum of RGB (Red+Green+Blue) = 108+105+204=417 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.90% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C69CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C69CC is #939633. Grayscale: #747474. Windows color (decimal): -9672244 or 13396332. OLE color: 13396332.
HSL color Cylindrical-coordinate representation of color #6C69CC: hue angle of 241.82º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6C69CC is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 105 | 204 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.2 |
| HSL | 241.82º | 0.49% | 0.61% | - |
| HSV(B) | 241.82º | 0.49% | 0.8% | - |
| XYZ | 22.14 | 17.65 | 59.37 | - |
| YUV | 117.18 | 176.99 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 105 | 204 | 0.47 | 0.49 | 0 | 0.2 | 241.82 | 0.49 | 0.61 |
| Hex | 6C | 69 | CC | 2F | 31 | 0 | 14 | F2 | 31 | 3D |
| Octal | 154 | 151 | 314 | 57 | 61 | 0 | 24 | 362 | 61 | 75 |
| Binary | 1101100 | 1101001 | 11001100 | 101111 | 110001 | 0 | 10100 | 11110010 | 110001 | 111101 |
Color Harmonies of #6C69CC
Complementary color
Monochromatic Colors of #6C69CC
Black with #6C69CC
Text Example
Text Example
White with #6C69CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C69CC; }
p { color: rgb(108,105,204); }
H1.HeaderClassName
{
color: #6C69CC;
}
.AnyTagClassName
{
color: #6C69CC;
}
</style>
background-color css
<style>
a { background-color: #6C69CC; }
a { background-color: rgb(108,105,204); }
div.DivClassName
{
background-color: #6C69CC;
}
.BgClassName
{
background-color: #6C69CC;
}
</style>
border-color css
<style>
span { border-color: #6C69CC; }
span { border-color: rgb(108,105,204); }
td.TdClassName
{
border-color: #6C69CC;
}
.TagClassName
{
border-color: #6C69CC;
}
</style>