Shades of Slate Blue #665FCC
Tints of Slate Blue #665FCC
RGB
CMYK
RGB Variations
Color information
#665FCC (or 0x665FCC) is known color: Slate Blue. HEX triplet: 66, 5F and CC. RGB value is (102,95,204). Sum of RGB (Red+Green+Blue) = 102+95+204=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #665FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665FCC is #99A033. Grayscale: #6D6D6D. Windows color (decimal): -10068020 or 13393766. OLE color: 13393766.
HSL color Cylindrical-coordinate representation of color #665FCC: hue angle of 243.85º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #665FCC is Cyan = 0.5, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 95 | 204 | - |
| CMYK | 0.5 | 0.53 | 0 | 0.2 |
| HSL | 243.85º | 0.52% | 0.59% | - |
| HSV(B) | 243.85º | 0.53% | 0.8% | - |
| XYZ | 20.47 | 15.37 | 59.01 | - |
| YUV | 109.52 | 181.32 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 204 | 0.5 | 0.53 | 0 | 0.2 | 243.85 | 0.52 | 0.59 |
| Hex | 66 | 5F | CC | 32 | 35 | 0 | 14 | F4 | 34 | 3B |
| Octal | 146 | 137 | 314 | 62 | 65 | 0 | 24 | 364 | 64 | 73 |
| Binary | 1100110 | 1011111 | 11001100 | 110010 | 110101 | 0 | 10100 | 11110100 | 110100 | 111011 |
Color Harmonies of #665FCC
Complementary color
Monochromatic Colors of #665FCC
Black with #665FCC
Text Example
Text Example
White with #665FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665FCC; }
p { color: rgb(102,95,204); }
H1.HeaderClassName
{
color: #665FCC;
}
.AnyTagClassName
{
color: #665FCC;
}
</style>
background-color css
<style>
a { background-color: #665FCC; }
a { background-color: rgb(102,95,204); }
div.DivClassName
{
background-color: #665FCC;
}
.BgClassName
{
background-color: #665FCC;
}
</style>
border-color css
<style>
span { border-color: #665FCC; }
span { border-color: rgb(102,95,204); }
td.TdClassName
{
border-color: #665FCC;
}
.TagClassName
{
border-color: #665FCC;
}
</style>