Shades of Slate Blue #6665CB
Tints of Slate Blue #6665CB
RGB
CMYK
RGB Variations
Color information
#6665CB (or 0x6665CB) is known color: Slate Blue. HEX triplet: 66, 65 and CB. RGB value is (102,101,203). Sum of RGB (Red+Green+Blue) = 102+101+203=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #6665CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6665CB is #999A34. Grayscale: #707070. Windows color (decimal): -10066485 or 13329766. OLE color: 13329766.
HSL color Cylindrical-coordinate representation of color #6665CB: hue angle of 240.59º 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 #6665CB is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 101 | 203 | - |
| CMYK | 0.50 | 0.50 | 0 | 0.20 |
| HSL | 240.59º | 0.5% | 0.6% | - |
| HSV(B) | 240.59º | 0.5% | 0.8% | - |
| XYZ | 20.91 | 16.44 | 58.57 | - |
| YUV | 112.93 | 178.83 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 101 | 203 | 0.50 | 0.50 | 0 | 0.20 | 240.59 | 0.5 | 0.6 |
| Hex | 66 | 65 | CB | 32 | 32 | 0 | 14 | F1 | 32 | 3C |
| Octal | 146 | 145 | 313 | 62 | 62 | 0 | 24 | 361 | 62 | 74 |
| Binary | 1100110 | 1100101 | 11001011 | 110010 | 110010 | 0 | 10100 | 11110001 | 110010 | 111100 |
Color Harmonies of #6665CB
Complementary color
Monochromatic Colors of #6665CB
Black with #6665CB
Text Example
Text Example
White with #6665CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6665CB; }
p { color: rgb(102,101,203); }
H1.HeaderClassName
{
color: #6665CB;
}
.AnyTagClassName
{
color: #6665CB;
}
</style>
background-color css
<style>
a { background-color: #6665CB; }
a { background-color: rgb(102,101,203); }
div.DivClassName
{
background-color: #6665CB;
}
.BgClassName
{
background-color: #6665CB;
}
</style>
border-color css
<style>
span { border-color: #6665CB; }
span { border-color: rgb(102,101,203); }
td.TdClassName
{
border-color: #6665CB;
}
.TagClassName
{
border-color: #6665CB;
}
</style>