Shades of Seance #65266F
Tints of Seance #65266F
RGB
CMYK
RGB Variations
Color information
#65266F (or 0x65266F) is known color: Seance. HEX triplet: 65, 26 and 6F. RGB value is (101,38,111). Sum of RGB (Red+Green+Blue) = 101+38+111=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 111 - color contains mainly: blue. Hex color #65266F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65266F is #9AD990. Grayscale: #404040. Windows color (decimal): -10148241 or 7284325. OLE color: 7284325.
HSL color Cylindrical-coordinate representation of color #65266F: hue angle of 291.78º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #65266F is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 38 | 111 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.56 |
| HSL | 291.78º | 0.49% | 0.29% | - |
| HSV(B) | 291.78º | 0.66% | 0.44% | - |
| XYZ | 8.93 | 5.3 | 15.59 | - |
| YUV | 65.16 | 153.87 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 38 | 111 | 0.09 | 0.66 | 0 | 0.56 | 291.78 | 0.49 | 0.29 |
| Hex | 65 | 26 | 6F | 9 | 42 | 0 | 38 | 124 | 31 | 1D |
| Octal | 145 | 46 | 157 | 11 | 102 | 0 | 70 | 444 | 61 | 35 |
| Binary | 1100101 | 100110 | 1101111 | 1001 | 1000010 | 0 | 111000 | 100100100 | 110001 | 11101 |
Color Harmonies of #65266F
Complementary color
Monochromatic Colors of #65266F
Black with #65266F
Text Example
Text Example
White with #65266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65266F; }
p { color: rgb(101,38,111); }
H1.HeaderClassName
{
color: #65266F;
}
.AnyTagClassName
{
color: #65266F;
}
</style>
background-color css
<style>
a { background-color: #65266F; }
a { background-color: rgb(101,38,111); }
div.DivClassName
{
background-color: #65266F;
}
.BgClassName
{
background-color: #65266F;
}
</style>
border-color css
<style>
span { border-color: #65266F; }
span { border-color: rgb(101,38,111); }
td.TdClassName
{
border-color: #65266F;
}
.TagClassName
{
border-color: #65266F;
}
</style>