Shades of Slate Blue #6F65D4
Tints of Slate Blue #6F65D4
RGB
CMYK
RGB Variations
Color information
#6F65D4 (or 0x6F65D4) is known color: Slate Blue. HEX triplet: 6F, 65 and D4. RGB value is (111,101,212). Sum of RGB (Red+Green+Blue) = 111+101+212=424 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.18% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 212 (83.20% from 255 or 50% from 424); Max value from RGB is 212 - color contains mainly: blue. Hex color #6F65D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F65D4 is #909A2B. Grayscale: #747474. Windows color (decimal): -9476652 or 13919599. OLE color: 13919599.
HSL color Cylindrical-coordinate representation of color #6F65D4: hue angle of 245.41º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F65D4 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 111 | 101 | 212 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.17 |
| HSL | 245.41º | 0.56% | 0.61% | - |
| HSV(B) | 245.41º | 0.52% | 0.83% | - |
| XYZ | 23.09 | 17.44 | 64.44 | - |
| YUV | 116.64 | 181.81 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 212 | 0.48 | 0.52 | 0 | 0.17 | 245.41 | 0.56 | 0.61 |
| Hex | 6F | 65 | D4 | 30 | 34 | 0 | 11 | F5 | 38 | 3D |
| Octal | 157 | 145 | 324 | 60 | 64 | 0 | 21 | 365 | 70 | 75 |
| Binary | 1101111 | 1100101 | 11010100 | 110000 | 110100 | 0 | 10001 | 11110101 | 111000 | 111101 |
Color Harmonies of #6F65D4
Complementary color
Monochromatic Colors of #6F65D4
Black with #6F65D4
Text Example
Text Example
White with #6F65D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F65D4; }
p { color: rgb(111,101,212); }
H1.HeaderClassName
{
color: #6F65D4;
}
.AnyTagClassName
{
color: #6F65D4;
}
</style>
background-color css
<style>
a { background-color: #6F65D4; }
a { background-color: rgb(111,101,212); }
div.DivClassName
{
background-color: #6F65D4;
}
.BgClassName
{
background-color: #6F65D4;
}
</style>
border-color css
<style>
span { border-color: #6F65D4; }
span { border-color: rgb(111,101,212); }
td.TdClassName
{
border-color: #6F65D4;
}
.TagClassName
{
border-color: #6F65D4;
}
</style>