Shades of Wild Blue Yonder #6E7ECE
Tints of Wild Blue Yonder #6E7ECE
RGB
CMYK
RGB Variations
Color information
#6E7ECE (or 0x6E7ECE) is known color: Wild Blue Yonder. HEX triplet: 6E, 7E and CE. RGB value is (110,126,206). Sum of RGB (Red+Green+Blue) = 110+126+206=442 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.89% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E7ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7ECE is #918131. Grayscale: #828282. Windows color (decimal): -9535794 or 13532782. OLE color: 13532782.
HSL color Cylindrical-coordinate representation of color #6E7ECE: hue angle of 230º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E7ECE is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 126 | 206 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.19 |
| HSL | 230º | 0.49% | 0.62% | - |
| HSV(B) | 230º | 0.47% | 0.81% | - |
| XYZ | 25.03 | 22.69 | 61.45 | - |
| YUV | 130.34 | 170.7 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 126 | 206 | 0.47 | 0.39 | 0 | 0.19 | 230 | 0.49 | 0.62 |
| Hex | 6E | 7E | CE | 2F | 27 | 0 | 13 | E6 | 31 | 3E |
| Octal | 156 | 176 | 316 | 57 | 47 | 0 | 23 | 346 | 61 | 76 |
| Binary | 1101110 | 1111110 | 11001110 | 101111 | 100111 | 0 | 10011 | 11100110 | 110001 | 111110 |
Color Harmonies of #6E7ECE
Complementary color
Monochromatic Colors of #6E7ECE
Black with #6E7ECE
Text Example
Text Example
White with #6E7ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7ECE; }
p { color: rgb(110,126,206); }
H1.HeaderClassName
{
color: #6E7ECE;
}
.AnyTagClassName
{
color: #6E7ECE;
}
</style>
background-color css
<style>
a { background-color: #6E7ECE; }
a { background-color: rgb(110,126,206); }
div.DivClassName
{
background-color: #6E7ECE;
}
.BgClassName
{
background-color: #6E7ECE;
}
</style>
border-color css
<style>
span { border-color: #6E7ECE; }
span { border-color: rgb(110,126,206); }
td.TdClassName
{
border-color: #6E7ECE;
}
.TagClassName
{
border-color: #6E7ECE;
}
</style>