Shades of Studio #6E4DAF
Tints of Studio #6E4DAF
RGB
CMYK
RGB Variations
Color information
#6E4DAF (or 0x6E4DAF) is known color: Studio. HEX triplet: 6E, 4D and AF. RGB value is (110,77,175). Sum of RGB (Red+Green+Blue) = 110+77+175=362 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.39% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #6E4DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E4DAF is #91B250. Grayscale: #616161. Windows color (decimal): -9548369 or 11488622. OLE color: 11488622.
HSL color Cylindrical-coordinate representation of color #6E4DAF: hue angle of 260.2º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E4DAF is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 77 | 175 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.31 |
| HSL | 260.2º | 0.39% | 0.49% | - |
| HSV(B) | 260.2º | 0.56% | 0.69% | - |
| XYZ | 16.82 | 11.72 | 41.93 | - |
| YUV | 98.04 | 171.43 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 77 | 175 | 0.37 | 0.56 | 0 | 0.31 | 260.2 | 0.39 | 0.49 |
| Hex | 6E | 4D | AF | 25 | 38 | 0 | 1F | 104 | 27 | 31 |
| Octal | 156 | 115 | 257 | 45 | 70 | 0 | 37 | 404 | 47 | 61 |
| Binary | 1101110 | 1001101 | 10101111 | 100101 | 111000 | 0 | 11111 | 100000100 | 100111 | 110001 |
Color Harmonies of #6E4DAF
Complementary color
Monochromatic Colors of #6E4DAF
Black with #6E4DAF
Text Example
Text Example
White with #6E4DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4DAF; }
p { color: rgb(110,77,175); }
H1.HeaderClassName
{
color: #6E4DAF;
}
.AnyTagClassName
{
color: #6E4DAF;
}
</style>
background-color css
<style>
a { background-color: #6E4DAF; }
a { background-color: rgb(110,77,175); }
div.DivClassName
{
background-color: #6E4DAF;
}
.BgClassName
{
background-color: #6E4DAF;
}
</style>
border-color css
<style>
span { border-color: #6E4DAF; }
span { border-color: rgb(110,77,175); }
td.TdClassName
{
border-color: #6E4DAF;
}
.TagClassName
{
border-color: #6E4DAF;
}
</style>