Shades of Wild Blue Yonder #6E7DBB
Tints of Wild Blue Yonder #6E7DBB
RGB
CMYK
RGB Variations
Color information
#6E7DBB (or 0x6E7DBB) is known color: Wild Blue Yonder. HEX triplet: 6E, 7D and BB. RGB value is (110,125,187). Sum of RGB (Red+Green+Blue) = 110+125+187=422 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.07% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #6E7DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7DBB is #918244. Grayscale: #7F7F7F. Windows color (decimal): -9536069 or 12287342. OLE color: 12287342.
HSL color Cylindrical-coordinate representation of color #6E7DBB: hue angle of 228.31º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6E7DBB is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 125 | 187 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.27 |
| HSL | 228.31º | 0.36% | 0.58% | - |
| HSV(B) | 228.31º | 0.41% | 0.73% | - |
| XYZ | 22.73 | 21.57 | 49.98 | - |
| YUV | 127.58 | 161.53 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 125 | 187 | 0.41 | 0.33 | 0 | 0.27 | 228.31 | 0.36 | 0.58 |
| Hex | 6E | 7D | BB | 29 | 21 | 0 | 1B | E4 | 24 | 3A |
| Octal | 156 | 175 | 273 | 51 | 41 | 0 | 33 | 344 | 44 | 72 |
| Binary | 1101110 | 1111101 | 10111011 | 101001 | 100001 | 0 | 11011 | 11100100 | 100100 | 111010 |
Color Harmonies of #6E7DBB
Complementary color
Monochromatic Colors of #6E7DBB
Black with #6E7DBB
Text Example
Text Example
White with #6E7DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7DBB; }
p { color: rgb(110,125,187); }
H1.HeaderClassName
{
color: #6E7DBB;
}
.AnyTagClassName
{
color: #6E7DBB;
}
</style>
background-color css
<style>
a { background-color: #6E7DBB; }
a { background-color: rgb(110,125,187); }
div.DivClassName
{
background-color: #6E7DBB;
}
.BgClassName
{
background-color: #6E7DBB;
}
</style>
border-color css
<style>
span { border-color: #6E7DBB; }
span { border-color: rgb(110,125,187); }
td.TdClassName
{
border-color: #6E7DBB;
}
.TagClassName
{
border-color: #6E7DBB;
}
</style>