Shades of Wild Blue Yonder #6D7ECB
Tints of Wild Blue Yonder #6D7ECB
RGB
CMYK
RGB Variations
Color information
#6D7ECB (or 0x6D7ECB) is known color: Wild Blue Yonder. HEX triplet: 6D, 7E and CB. RGB value is (109,126,203). Sum of RGB (Red+Green+Blue) = 109+126+203=438 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.89% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D7ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7ECB is #928134. Grayscale: #818181. Windows color (decimal): -9601333 or 13336173. OLE color: 13336173.
HSL color Cylindrical-coordinate representation of color #6D7ECB: hue angle of 229.15º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D7ECB is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 126 | 203 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.20 |
| HSL | 229.15º | 0.47% | 0.61% | - |
| HSV(B) | 229.15º | 0.46% | 0.8% | - |
| XYZ | 24.55 | 22.48 | 59.55 | - |
| YUV | 129.7 | 169.37 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 126 | 203 | 0.46 | 0.38 | 0 | 0.20 | 229.15 | 0.47 | 0.61 |
| Hex | 6D | 7E | CB | 2E | 26 | 0 | 14 | E5 | 2F | 3D |
| Octal | 155 | 176 | 313 | 56 | 46 | 0 | 24 | 345 | 57 | 75 |
| Binary | 1101101 | 1111110 | 11001011 | 101110 | 100110 | 0 | 10100 | 11100101 | 101111 | 111101 |
Color Harmonies of #6D7ECB
Complementary color
Monochromatic Colors of #6D7ECB
Black with #6D7ECB
Text Example
Text Example
White with #6D7ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7ECB; }
p { color: rgb(109,126,203); }
H1.HeaderClassName
{
color: #6D7ECB;
}
.AnyTagClassName
{
color: #6D7ECB;
}
</style>
background-color css
<style>
a { background-color: #6D7ECB; }
a { background-color: rgb(109,126,203); }
div.DivClassName
{
background-color: #6D7ECB;
}
.BgClassName
{
background-color: #6D7ECB;
}
</style>
border-color css
<style>
span { border-color: #6D7ECB; }
span { border-color: rgb(109,126,203); }
td.TdClassName
{
border-color: #6D7ECB;
}
.TagClassName
{
border-color: #6D7ECB;
}
</style>