Shades of Slate Blue #6B67CC
Tints of Slate Blue #6B67CC
RGB
CMYK
RGB Variations
Color information
#6B67CC (or 0x6B67CC) is known color: Slate Blue. HEX triplet: 6B, 67 and CC. RGB value is (107,103,204). Sum of RGB (Red+Green+Blue) = 107+103+204=414 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.85% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B67CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B67CC is #949833. Grayscale: #737373. Windows color (decimal): -9738292 or 13395819. OLE color: 13395819.
HSL color Cylindrical-coordinate representation of color #6B67CC: hue angle of 242.38º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B67CC is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 103 | 204 | - |
| CMYK | 0.48 | 0.50 | 0 | 0.2 |
| HSL | 242.38º | 0.5% | 0.6% | - |
| HSV(B) | 242.38º | 0.5% | 0.8% | - |
| XYZ | 21.81 | 17.19 | 59.29 | - |
| YUV | 115.71 | 177.83 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 103 | 204 | 0.48 | 0.50 | 0 | 0.2 | 242.38 | 0.5 | 0.6 |
| Hex | 6B | 67 | CC | 30 | 32 | 0 | 14 | F2 | 32 | 3C |
| Octal | 153 | 147 | 314 | 60 | 62 | 0 | 24 | 362 | 62 | 74 |
| Binary | 1101011 | 1100111 | 11001100 | 110000 | 110010 | 0 | 10100 | 11110010 | 110010 | 111100 |
Color Harmonies of #6B67CC
Complementary color
Monochromatic Colors of #6B67CC
Black with #6B67CC
Text Example
Text Example
White with #6B67CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B67CC; }
p { color: rgb(107,103,204); }
H1.HeaderClassName
{
color: #6B67CC;
}
.AnyTagClassName
{
color: #6B67CC;
}
</style>
background-color css
<style>
a { background-color: #6B67CC; }
a { background-color: rgb(107,103,204); }
div.DivClassName
{
background-color: #6B67CC;
}
.BgClassName
{
background-color: #6B67CC;
}
</style>
border-color css
<style>
span { border-color: #6B67CC; }
span { border-color: rgb(107,103,204); }
td.TdClassName
{
border-color: #6B67CC;
}
.TagClassName
{
border-color: #6B67CC;
}
</style>