Shades of Wild Blue Yonder #6D7DD0
Tints of Wild Blue Yonder #6D7DD0
RGB
CMYK
RGB Variations
Color information
#6D7DD0 (or 0x6D7DD0) is known color: Wild Blue Yonder. HEX triplet: 6D, 7D and D0. RGB value is (109,125,208). Sum of RGB (Red+Green+Blue) = 109+125+208=442 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.66% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 208 (81.64% from 255 or 47.06% from 442); Max value from RGB is 208 - color contains mainly: blue. Hex color #6D7DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7DD0 is #92822F. Grayscale: #818181. Windows color (decimal): -9601584 or 13663597. OLE color: 13663597.
HSL color Cylindrical-coordinate representation of color #6D7DD0: hue angle of 230.3º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D7DD0 is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 125 | 208 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.18 |
| HSL | 230.3º | 0.51% | 0.62% | - |
| HSV(B) | 230.3º | 0.48% | 0.82% | - |
| XYZ | 25.03 | 22.47 | 62.69 | - |
| YUV | 129.68 | 172.2 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 125 | 208 | 0.48 | 0.40 | 0 | 0.18 | 230.3 | 0.51 | 0.62 |
| Hex | 6D | 7D | D0 | 30 | 28 | 0 | 12 | E6 | 33 | 3E |
| Octal | 155 | 175 | 320 | 60 | 50 | 0 | 22 | 346 | 63 | 76 |
| Binary | 1101101 | 1111101 | 11010000 | 110000 | 101000 | 0 | 10010 | 11100110 | 110011 | 111110 |
Color Harmonies of #6D7DD0
Complementary color
Monochromatic Colors of #6D7DD0
Black with #6D7DD0
Text Example
Text Example
White with #6D7DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7DD0; }
p { color: rgb(109,125,208); }
H1.HeaderClassName
{
color: #6D7DD0;
}
.AnyTagClassName
{
color: #6D7DD0;
}
</style>
background-color css
<style>
a { background-color: #6D7DD0; }
a { background-color: rgb(109,125,208); }
div.DivClassName
{
background-color: #6D7DD0;
}
.BgClassName
{
background-color: #6D7DD0;
}
</style>
border-color css
<style>
span { border-color: #6D7DD0; }
span { border-color: rgb(109,125,208); }
td.TdClassName
{
border-color: #6D7DD0;
}
.TagClassName
{
border-color: #6D7DD0;
}
</style>