Shades of Wild Blue Yonder #6D7EC6
Tints of Wild Blue Yonder #6D7EC6
RGB
CMYK
RGB Variations
Color information
#6D7EC6 (or 0x6D7EC6) is known color: Wild Blue Yonder. HEX triplet: 6D, 7E and C6. RGB value is (109,126,198). Sum of RGB (Red+Green+Blue) = 109+126+198=433 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.17% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 198 (77.73% from 255 or 45.73% from 433); Max value from RGB is 198 - color contains mainly: blue. Hex color #6D7EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7EC6 is #928139. Grayscale: #808080. Windows color (decimal): -9601338 or 13008493. OLE color: 13008493.
HSL color Cylindrical-coordinate representation of color #6D7EC6: hue angle of 228.54º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6D7EC6 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 109 | 126 | 198 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.22 |
| HSL | 228.54º | 0.44% | 0.6% | - |
| HSV(B) | 228.54º | 0.45% | 0.78% | - |
| XYZ | 23.96 | 22.25 | 56.46 | - |
| YUV | 129.13 | 166.87 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 126 | 198 | 0.45 | 0.36 | 0 | 0.22 | 228.54 | 0.44 | 0.6 |
| Hex | 6D | 7E | C6 | 2D | 24 | 0 | 16 | E5 | 2C | 3C |
| Octal | 155 | 176 | 306 | 55 | 44 | 0 | 26 | 345 | 54 | 74 |
| Binary | 1101101 | 1111110 | 11000110 | 101101 | 100100 | 0 | 10110 | 11100101 | 101100 | 111100 |
Color Harmonies of #6D7EC6
Complementary color
Monochromatic Colors of #6D7EC6
Black with #6D7EC6
Text Example
Text Example
White with #6D7EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7EC6; }
p { color: rgb(109,126,198); }
H1.HeaderClassName
{
color: #6D7EC6;
}
.AnyTagClassName
{
color: #6D7EC6;
}
</style>
background-color css
<style>
a { background-color: #6D7EC6; }
a { background-color: rgb(109,126,198); }
div.DivClassName
{
background-color: #6D7EC6;
}
.BgClassName
{
background-color: #6D7EC6;
}
</style>
border-color css
<style>
span { border-color: #6D7EC6; }
span { border-color: rgb(109,126,198); }
td.TdClassName
{
border-color: #6D7EC6;
}
.TagClassName
{
border-color: #6D7EC6;
}
</style>