Shades of Wild Blue Yonder #6E7DBE
Tints of Wild Blue Yonder #6E7DBE
RGB
CMYK
RGB Variations
Color information
#6E7DBE (or 0x6E7DBE) is known color: Wild Blue Yonder. HEX triplet: 6E, 7D and BE. RGB value is (110,125,190). Sum of RGB (Red+Green+Blue) = 110+125+190=425 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.88% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E7DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7DBE is #918241. Grayscale: #7F7F7F. Windows color (decimal): -9536066 or 12483950. OLE color: 12483950.
HSL color Cylindrical-coordinate representation of color #6E7DBE: hue angle of 228.75º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6E7DBE is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 125 | 190 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.25 |
| HSL | 228.75º | 0.38% | 0.59% | - |
| HSV(B) | 228.75º | 0.42% | 0.75% | - |
| XYZ | 23.06 | 21.7 | 51.69 | - |
| YUV | 127.93 | 163.03 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 125 | 190 | 0.42 | 0.34 | 0 | 0.25 | 228.75 | 0.38 | 0.59 |
| Hex | 6E | 7D | BE | 2A | 22 | 0 | 19 | E5 | 26 | 3B |
| Octal | 156 | 175 | 276 | 52 | 42 | 0 | 31 | 345 | 46 | 73 |
| Binary | 1101110 | 1111101 | 10111110 | 101010 | 100010 | 0 | 11001 | 11100101 | 100110 | 111011 |
Color Harmonies of #6E7DBE
Complementary color
Monochromatic Colors of #6E7DBE
Black with #6E7DBE
Text Example
Text Example
White with #6E7DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7DBE; }
p { color: rgb(110,125,190); }
H1.HeaderClassName
{
color: #6E7DBE;
}
.AnyTagClassName
{
color: #6E7DBE;
}
</style>
background-color css
<style>
a { background-color: #6E7DBE; }
a { background-color: rgb(110,125,190); }
div.DivClassName
{
background-color: #6E7DBE;
}
.BgClassName
{
background-color: #6E7DBE;
}
</style>
border-color css
<style>
span { border-color: #6E7DBE; }
span { border-color: rgb(110,125,190); }
td.TdClassName
{
border-color: #6E7DBE;
}
.TagClassName
{
border-color: #6E7DBE;
}
</style>