Shades of Slate Blue #6F67CC
Tints of Slate Blue #6F67CC
RGB
CMYK
RGB Variations
Color information
#6F67CC (or 0x6F67CC) is known color: Slate Blue. HEX triplet: 6F, 67 and CC. RGB value is (111,103,204). Sum of RGB (Red+Green+Blue) = 111+103+204=418 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.56% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F67CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F67CC is #909833. Grayscale: #747474. Windows color (decimal): -9476148 or 13395823. OLE color: 13395823.
HSL color Cylindrical-coordinate representation of color #6F67CC: hue angle of 244.75º 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 #6F67CC is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 103 | 204 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.2 |
| HSL | 244.75º | 0.5% | 0.6% | - |
| HSV(B) | 244.75º | 0.5% | 0.8% | - |
| XYZ | 22.3 | 17.44 | 59.32 | - |
| YUV | 116.91 | 177.15 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 204 | 0.46 | 0.50 | 0 | 0.2 | 244.75 | 0.5 | 0.6 |
| Hex | 6F | 67 | CC | 2E | 32 | 0 | 14 | F5 | 32 | 3C |
| Octal | 157 | 147 | 314 | 56 | 62 | 0 | 24 | 365 | 62 | 74 |
| Binary | 1101111 | 1100111 | 11001100 | 101110 | 110010 | 0 | 10100 | 11110101 | 110010 | 111100 |
Color Harmonies of #6F67CC
Complementary color
Monochromatic Colors of #6F67CC
Black with #6F67CC
Text Example
Text Example
White with #6F67CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F67CC; }
p { color: rgb(111,103,204); }
H1.HeaderClassName
{
color: #6F67CC;
}
.AnyTagClassName
{
color: #6F67CC;
}
</style>
background-color css
<style>
a { background-color: #6F67CC; }
a { background-color: rgb(111,103,204); }
div.DivClassName
{
background-color: #6F67CC;
}
.BgClassName
{
background-color: #6F67CC;
}
</style>
border-color css
<style>
span { border-color: #6F67CC; }
span { border-color: rgb(111,103,204); }
td.TdClassName
{
border-color: #6F67CC;
}
.TagClassName
{
border-color: #6F67CC;
}
</style>