Shades of Wild Blue Yonder #6E7DBF
Tints of Wild Blue Yonder #6E7DBF
RGB
CMYK
RGB Variations
Color information
#6E7DBF (or 0x6E7DBF) is known color: Wild Blue Yonder. HEX triplet: 6E, 7D and BF. RGB value is (110,125,191). Sum of RGB (Red+Green+Blue) = 110+125+191=426 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.82% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E7DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7DBF is #918240. Grayscale: #7F7F7F. Windows color (decimal): -9536065 or 12549486. OLE color: 12549486.
HSL color Cylindrical-coordinate representation of color #6E7DBF: hue angle of 228.89º degrees, saturation: 0.39, 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 #6E7DBF is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 125 | 191 | - |
| CMYK | 0.42 | 0.35 | 0 | 0.25 |
| HSL | 228.89º | 0.39% | 0.59% | - |
| HSV(B) | 228.89º | 0.42% | 0.75% | - |
| XYZ | 23.17 | 21.74 | 52.27 | - |
| YUV | 128.04 | 163.53 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 125 | 191 | 0.42 | 0.35 | 0 | 0.25 | 228.89 | 0.39 | 0.59 |
| Hex | 6E | 7D | BF | 2A | 23 | 0 | 19 | E5 | 27 | 3B |
| Octal | 156 | 175 | 277 | 52 | 43 | 0 | 31 | 345 | 47 | 73 |
| Binary | 1101110 | 1111101 | 10111111 | 101010 | 100011 | 0 | 11001 | 11100101 | 100111 | 111011 |
Color Harmonies of #6E7DBF
Complementary color
Monochromatic Colors of #6E7DBF
Black with #6E7DBF
Text Example
Text Example
White with #6E7DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7DBF; }
p { color: rgb(110,125,191); }
H1.HeaderClassName
{
color: #6E7DBF;
}
.AnyTagClassName
{
color: #6E7DBF;
}
</style>
background-color css
<style>
a { background-color: #6E7DBF; }
a { background-color: rgb(110,125,191); }
div.DivClassName
{
background-color: #6E7DBF;
}
.BgClassName
{
background-color: #6E7DBF;
}
</style>
border-color css
<style>
span { border-color: #6E7DBF; }
span { border-color: rgb(110,125,191); }
td.TdClassName
{
border-color: #6E7DBF;
}
.TagClassName
{
border-color: #6E7DBF;
}
</style>