Shades of Studio #6B4BAF
Tints of Studio #6B4BAF
RGB
CMYK
RGB Variations
Color information
#6B4BAF (or 0x6B4BAF) is known color: Studio. HEX triplet: 6B, 4B and AF. RGB value is (107,75,175). Sum of RGB (Red+Green+Blue) = 107+75+175=357 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.97% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #6B4BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4BAF is #94B450. Grayscale: #5F5F5F. Windows color (decimal): -9745489 or 11488107. OLE color: 11488107.
HSL color Cylindrical-coordinate representation of color #6B4BAF: hue angle of 259.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B4BAF is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 75 | 175 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.31 |
| HSL | 259.2º | 0.4% | 0.49% | - |
| HSV(B) | 259.2º | 0.57% | 0.69% | - |
| XYZ | 16.32 | 11.25 | 41.87 | - |
| YUV | 95.97 | 172.6 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 75 | 175 | 0.39 | 0.57 | 0 | 0.31 | 259.2 | 0.4 | 0.49 |
| Hex | 6B | 4B | AF | 27 | 39 | 0 | 1F | 103 | 28 | 31 |
| Octal | 153 | 113 | 257 | 47 | 71 | 0 | 37 | 403 | 50 | 61 |
| Binary | 1101011 | 1001011 | 10101111 | 100111 | 111001 | 0 | 11111 | 100000011 | 101000 | 110001 |
Color Harmonies of #6B4BAF
Complementary color
Monochromatic Colors of #6B4BAF
Black with #6B4BAF
Text Example
Text Example
White with #6B4BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4BAF; }
p { color: rgb(107,75,175); }
H1.HeaderClassName
{
color: #6B4BAF;
}
.AnyTagClassName
{
color: #6B4BAF;
}
</style>
background-color css
<style>
a { background-color: #6B4BAF; }
a { background-color: rgb(107,75,175); }
div.DivClassName
{
background-color: #6B4BAF;
}
.BgClassName
{
background-color: #6B4BAF;
}
</style>
border-color css
<style>
span { border-color: #6B4BAF; }
span { border-color: rgb(107,75,175); }
td.TdClassName
{
border-color: #6B4BAF;
}
.TagClassName
{
border-color: #6B4BAF;
}
</style>