Shades of Wild Blue Yonder #6E7FC6
Tints of Wild Blue Yonder #6E7FC6
RGB
CMYK
RGB Variations
Color information
#6E7FC6 (or 0x6E7FC6) is known color: Wild Blue Yonder. HEX triplet: 6E, 7F and C6. RGB value is (110,127,198). Sum of RGB (Red+Green+Blue) = 110+127+198=435 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.29% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 198 (77.73% from 255 or 45.52% from 435); Max value from RGB is 198 - color contains mainly: blue. Hex color #6E7FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7FC6 is #918039. Grayscale: #818181. Windows color (decimal): -9535546 or 13008750. OLE color: 13008750.
HSL color Cylindrical-coordinate representation of color #6E7FC6: hue angle of 228.41º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E7FC6 is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 110 | 127 | 198 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.22 |
| HSL | 228.41º | 0.44% | 0.6% | - |
| HSV(B) | 228.41º | 0.44% | 0.78% | - |
| XYZ | 24.21 | 22.57 | 56.51 | - |
| YUV | 130.01 | 166.37 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 127 | 198 | 0.44 | 0.36 | 0 | 0.22 | 228.41 | 0.44 | 0.6 |
| Hex | 6E | 7F | C6 | 2C | 24 | 0 | 16 | E4 | 2C | 3C |
| Octal | 156 | 177 | 306 | 54 | 44 | 0 | 26 | 344 | 54 | 74 |
| Binary | 1101110 | 1111111 | 11000110 | 101100 | 100100 | 0 | 10110 | 11100100 | 101100 | 111100 |
Color Harmonies of #6E7FC6
Complementary color
Monochromatic Colors of #6E7FC6
Black with #6E7FC6
Text Example
Text Example
White with #6E7FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7FC6; }
p { color: rgb(110,127,198); }
H1.HeaderClassName
{
color: #6E7FC6;
}
.AnyTagClassName
{
color: #6E7FC6;
}
</style>
background-color css
<style>
a { background-color: #6E7FC6; }
a { background-color: rgb(110,127,198); }
div.DivClassName
{
background-color: #6E7FC6;
}
.BgClassName
{
background-color: #6E7FC6;
}
</style>
border-color css
<style>
span { border-color: #6E7FC6; }
span { border-color: rgb(110,127,198); }
td.TdClassName
{
border-color: #6E7FC6;
}
.TagClassName
{
border-color: #6E7FC6;
}
</style>