Shades of Slate Blue #6A65CB
Tints of Slate Blue #6A65CB
RGB
CMYK
RGB Variations
Color information
#6A65CB (or 0x6A65CB) is known color: Slate Blue. HEX triplet: 6A, 65 and CB. RGB value is (106,101,203). Sum of RGB (Red+Green+Blue) = 106+101+203=410 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.85% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #6A65CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A65CB is #959A34. Grayscale: #717171. Windows color (decimal): -9804341 or 13329770. OLE color: 13329770.
HSL color Cylindrical-coordinate representation of color #6A65CB: hue angle of 242.94º 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 #6A65CB is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 101 | 203 | - |
| CMYK | 0.48 | 0.50 | 0 | 0.20 |
| HSL | 242.94º | 0.5% | 0.6% | - |
| HSV(B) | 242.94º | 0.5% | 0.8% | - |
| XYZ | 21.38 | 16.68 | 58.59 | - |
| YUV | 114.12 | 178.16 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 101 | 203 | 0.48 | 0.50 | 0 | 0.20 | 242.94 | 0.5 | 0.6 |
| Hex | 6A | 65 | CB | 30 | 32 | 0 | 14 | F3 | 32 | 3C |
| Octal | 152 | 145 | 313 | 60 | 62 | 0 | 24 | 363 | 62 | 74 |
| Binary | 1101010 | 1100101 | 11001011 | 110000 | 110010 | 0 | 10100 | 11110011 | 110010 | 111100 |
Color Harmonies of #6A65CB
Complementary color
Monochromatic Colors of #6A65CB
Black with #6A65CB
Text Example
Text Example
White with #6A65CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A65CB; }
p { color: rgb(106,101,203); }
H1.HeaderClassName
{
color: #6A65CB;
}
.AnyTagClassName
{
color: #6A65CB;
}
</style>
background-color css
<style>
a { background-color: #6A65CB; }
a { background-color: rgb(106,101,203); }
div.DivClassName
{
background-color: #6A65CB;
}
.BgClassName
{
background-color: #6A65CB;
}
</style>
border-color css
<style>
span { border-color: #6A65CB; }
span { border-color: rgb(106,101,203); }
td.TdClassName
{
border-color: #6A65CB;
}
.TagClassName
{
border-color: #6A65CB;
}
</style>