Shades of Blue Marguerite #6C65AF
Tints of Blue Marguerite #6C65AF
RGB
CMYK
RGB Variations
Color information
#6C65AF (or 0x6C65AF) is known color: Blue Marguerite. HEX triplet: 6C, 65 and AF. RGB value is (108,101,175). Sum of RGB (Red+Green+Blue) = 108+101+175=384 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.12% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C65AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C65AF is #939A50. Grayscale: #6F6F6F. Windows color (decimal): -9673297 or 11494764. OLE color: 11494764.
HSL color Cylindrical-coordinate representation of color #6C65AF: hue angle of 245.68º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6C65AF is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 101 | 175 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.31 |
| HSL | 245.68º | 0.32% | 0.54% | - |
| HSV(B) | 245.68º | 0.42% | 0.69% | - |
| XYZ | 18.58 | 15.59 | 42.59 | - |
| YUV | 111.53 | 163.82 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 101 | 175 | 0.38 | 0.42 | 0 | 0.31 | 245.68 | 0.32 | 0.54 |
| Hex | 6C | 65 | AF | 26 | 2A | 0 | 1F | F6 | 20 | 36 |
| Octal | 154 | 145 | 257 | 46 | 52 | 0 | 37 | 366 | 40 | 66 |
| Binary | 1101100 | 1100101 | 10101111 | 100110 | 101010 | 0 | 11111 | 11110110 | 100000 | 110110 |
Color Harmonies of #6C65AF
Complementary color
Monochromatic Colors of #6C65AF
Black with #6C65AF
Text Example
Text Example
White with #6C65AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C65AF; }
p { color: rgb(108,101,175); }
H1.HeaderClassName
{
color: #6C65AF;
}
.AnyTagClassName
{
color: #6C65AF;
}
</style>
background-color css
<style>
a { background-color: #6C65AF; }
a { background-color: rgb(108,101,175); }
div.DivClassName
{
background-color: #6C65AF;
}
.BgClassName
{
background-color: #6C65AF;
}
</style>
border-color css
<style>
span { border-color: #6C65AF; }
span { border-color: rgb(108,101,175); }
td.TdClassName
{
border-color: #6C65AF;
}
.TagClassName
{
border-color: #6C65AF;
}
</style>