Shades of Studio #694A98
Tints of Studio #694A98
RGB
CMYK
RGB Variations
Color information
#694A98 (or 0x694A98) is known color: Studio. HEX triplet: 69, 4A and 98. RGB value is (105,74,152). Sum of RGB (Red+Green+Blue) = 105+74+152=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 152 (59.77% from 255 or 45.92% from 331); Max value from RGB is 152 - color contains mainly: blue. Hex color #694A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694A98 is #96B567. Grayscale: #5B5B5B. Windows color (decimal): -9876840 or 9980521. OLE color: 9980521.
HSL color Cylindrical-coordinate representation of color #694A98: hue angle of 263.85º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #694A98 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 74 | 152 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.40 |
| HSL | 263.85º | 0.35% | 0.44% | - |
| HSV(B) | 263.85º | 0.51% | 0.6% | - |
| XYZ | 13.94 | 10.17 | 30.93 | - |
| YUV | 92.16 | 161.77 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 152 | 0.31 | 0.51 | 0 | 0.40 | 263.85 | 0.35 | 0.44 |
| Hex | 69 | 4A | 98 | 1F | 33 | 0 | 28 | 108 | 23 | 2C |
| Octal | 151 | 112 | 230 | 37 | 63 | 0 | 50 | 410 | 43 | 54 |
| Binary | 1101001 | 1001010 | 10011000 | 11111 | 110011 | 0 | 101000 | 100001000 | 100011 | 101100 |
Color Harmonies of #694A98
Complementary color
Monochromatic Colors of #694A98
Black with #694A98
Text Example
Text Example
White with #694A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694A98; }
p { color: rgb(105,74,152); }
H1.HeaderClassName
{
color: #694A98;
}
.AnyTagClassName
{
color: #694A98;
}
</style>
background-color css
<style>
a { background-color: #694A98; }
a { background-color: rgb(105,74,152); }
div.DivClassName
{
background-color: #694A98;
}
.BgClassName
{
background-color: #694A98;
}
</style>
border-color css
<style>
span { border-color: #694A98; }
span { border-color: rgb(105,74,152); }
td.TdClassName
{
border-color: #694A98;
}
.TagClassName
{
border-color: #694A98;
}
</style>