Shades of Wild Blue Yonder #6F7EC9
Tints of Wild Blue Yonder #6F7EC9
RGB
CMYK
RGB Variations
Color information
#6F7EC9 (or 0x6F7EC9) is known color: Wild Blue Yonder. HEX triplet: 6F, 7E and C9. RGB value is (111,126,201). Sum of RGB (Red+Green+Blue) = 111+126+201=438 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.34% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 201 (78.91% from 255 or 45.89% from 438); Max value from RGB is 201 - color contains mainly: blue. Hex color #6F7EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7EC9 is #908136. Grayscale: #818181. Windows color (decimal): -9470263 or 13205103. OLE color: 13205103.
HSL color Cylindrical-coordinate representation of color #6F7EC9: hue angle of 230º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F7EC9 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 126 | 201 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.21 |
| HSL | 230º | 0.45% | 0.61% | - |
| HSV(B) | 230º | 0.45% | 0.79% | - |
| XYZ | 24.56 | 22.52 | 58.31 | - |
| YUV | 130.07 | 168.03 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 126 | 201 | 0.45 | 0.37 | 0 | 0.21 | 230 | 0.45 | 0.61 |
| Hex | 6F | 7E | C9 | 2D | 25 | 0 | 15 | E6 | 2D | 3D |
| Octal | 157 | 176 | 311 | 55 | 45 | 0 | 25 | 346 | 55 | 75 |
| Binary | 1101111 | 1111110 | 11001001 | 101101 | 100101 | 0 | 10101 | 11100110 | 101101 | 111101 |
Color Harmonies of #6F7EC9
Complementary color
Monochromatic Colors of #6F7EC9
Black with #6F7EC9
Text Example
Text Example
White with #6F7EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7EC9; }
p { color: rgb(111,126,201); }
H1.HeaderClassName
{
color: #6F7EC9;
}
.AnyTagClassName
{
color: #6F7EC9;
}
</style>
background-color css
<style>
a { background-color: #6F7EC9; }
a { background-color: rgb(111,126,201); }
div.DivClassName
{
background-color: #6F7EC9;
}
.BgClassName
{
background-color: #6F7EC9;
}
</style>
border-color css
<style>
span { border-color: #6F7EC9; }
span { border-color: rgb(111,126,201); }
td.TdClassName
{
border-color: #6F7EC9;
}
.TagClassName
{
border-color: #6F7EC9;
}
</style>