Shades of Moody Blue #6B75D6
Tints of Moody Blue #6B75D6
RGB
CMYK
RGB Variations
Color information
#6B75D6 (or 0x6B75D6) is known color: Moody Blue. HEX triplet: 6B, 75 and D6. RGB value is (107,117,214). Sum of RGB (Red+Green+Blue) = 107+117+214=438 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.43% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 214 (83.98% from 255 or 48.86% from 438); Max value from RGB is 214 - color contains mainly: blue. Hex color #6B75D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B75D6 is #948A29. Grayscale: #7C7C7C. Windows color (decimal): -9734698 or 14054763. OLE color: 14054763.
HSL color Cylindrical-coordinate representation of color #6B75D6: hue angle of 234.39º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B75D6 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 107 | 117 | 214 | - |
| CMYK | 0.50 | 0.45 | 0 | 0.16 |
| HSL | 234.39º | 0.57% | 0.63% | - |
| HSV(B) | 234.39º | 0.5% | 0.84% | - |
| XYZ | 24.56 | 20.7 | 66.32 | - |
| YUV | 125.07 | 178.19 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 117 | 214 | 0.50 | 0.45 | 0 | 0.16 | 234.39 | 0.57 | 0.63 |
| Hex | 6B | 75 | D6 | 32 | 2D | 0 | 10 | EA | 39 | 3F |
| Octal | 153 | 165 | 326 | 62 | 55 | 0 | 20 | 352 | 71 | 77 |
| Binary | 1101011 | 1110101 | 11010110 | 110010 | 101101 | 0 | 10000 | 11101010 | 111001 | 111111 |
Color Harmonies of #6B75D6
Complementary color
Monochromatic Colors of #6B75D6
Black with #6B75D6
Text Example
Text Example
White with #6B75D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B75D6; }
p { color: rgb(107,117,214); }
H1.HeaderClassName
{
color: #6B75D6;
}
.AnyTagClassName
{
color: #6B75D6;
}
</style>
background-color css
<style>
a { background-color: #6B75D6; }
a { background-color: rgb(107,117,214); }
div.DivClassName
{
background-color: #6B75D6;
}
.BgClassName
{
background-color: #6B75D6;
}
</style>
border-color css
<style>
span { border-color: #6B75D6; }
span { border-color: rgb(107,117,214); }
td.TdClassName
{
border-color: #6B75D6;
}
.TagClassName
{
border-color: #6B75D6;
}
</style>