Shades of Wild Blue Yonder #6D7ECC
Tints of Wild Blue Yonder #6D7ECC
RGB
CMYK
RGB Variations
Color information
#6D7ECC (or 0x6D7ECC) is known color: Wild Blue Yonder. HEX triplet: 6D, 7E and CC. RGB value is (109,126,204). Sum of RGB (Red+Green+Blue) = 109+126+204=439 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.83% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #6D7ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7ECC is #928133. Grayscale: #818181. Windows color (decimal): -9601332 or 13401709. OLE color: 13401709.
HSL color Cylindrical-coordinate representation of color #6D7ECC: hue angle of 229.26º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D7ECC is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 109 | 126 | 204 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.2 |
| HSL | 229.26º | 0.48% | 0.61% | - |
| HSV(B) | 229.26º | 0.47% | 0.8% | - |
| XYZ | 24.67 | 22.53 | 60.18 | - |
| YUV | 129.81 | 169.87 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 126 | 204 | 0.47 | 0.38 | 0 | 0.2 | 229.26 | 0.48 | 0.61 |
| Hex | 6D | 7E | CC | 2F | 26 | 0 | 14 | E5 | 30 | 3D |
| Octal | 155 | 176 | 314 | 57 | 46 | 0 | 24 | 345 | 60 | 75 |
| Binary | 1101101 | 1111110 | 11001100 | 101111 | 100110 | 0 | 10100 | 11100101 | 110000 | 111101 |
Color Harmonies of #6D7ECC
Complementary color
Monochromatic Colors of #6D7ECC
Black with #6D7ECC
Text Example
Text Example
White with #6D7ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7ECC; }
p { color: rgb(109,126,204); }
H1.HeaderClassName
{
color: #6D7ECC;
}
.AnyTagClassName
{
color: #6D7ECC;
}
</style>
background-color css
<style>
a { background-color: #6D7ECC; }
a { background-color: rgb(109,126,204); }
div.DivClassName
{
background-color: #6D7ECC;
}
.BgClassName
{
background-color: #6D7ECC;
}
</style>
border-color css
<style>
span { border-color: #6D7ECC; }
span { border-color: rgb(109,126,204); }
td.TdClassName
{
border-color: #6D7ECC;
}
.TagClassName
{
border-color: #6D7ECC;
}
</style>