Shades of Wild Blue Yonder #6F7ECE
Tints of Wild Blue Yonder #6F7ECE
RGB
CMYK
RGB Variations
Color information
#6F7ECE (or 0x6F7ECE) is known color: Wild Blue Yonder. HEX triplet: 6F, 7E and CE. RGB value is (111,126,206). Sum of RGB (Red+Green+Blue) = 111+126+206=443 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.06% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F7ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7ECE is #908131. Grayscale: #828282. Windows color (decimal): -9470258 or 13532783. OLE color: 13532783.
HSL color Cylindrical-coordinate representation of color #6F7ECE: hue angle of 230.53º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F7ECE is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 126 | 206 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.19 |
| HSL | 230.53º | 0.49% | 0.62% | - |
| HSV(B) | 230.53º | 0.46% | 0.81% | - |
| XYZ | 25.16 | 22.76 | 61.46 | - |
| YUV | 130.64 | 170.53 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 126 | 206 | 0.46 | 0.39 | 0 | 0.19 | 230.53 | 0.49 | 0.62 |
| Hex | 6F | 7E | CE | 2E | 27 | 0 | 13 | E7 | 31 | 3E |
| Octal | 157 | 176 | 316 | 56 | 47 | 0 | 23 | 347 | 61 | 76 |
| Binary | 1101111 | 1111110 | 11001110 | 101110 | 100111 | 0 | 10011 | 11100111 | 110001 | 111110 |
Color Harmonies of #6F7ECE
Complementary color
Monochromatic Colors of #6F7ECE
Black with #6F7ECE
Text Example
Text Example
White with #6F7ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7ECE; }
p { color: rgb(111,126,206); }
H1.HeaderClassName
{
color: #6F7ECE;
}
.AnyTagClassName
{
color: #6F7ECE;
}
</style>
background-color css
<style>
a { background-color: #6F7ECE; }
a { background-color: rgb(111,126,206); }
div.DivClassName
{
background-color: #6F7ECE;
}
.BgClassName
{
background-color: #6F7ECE;
}
</style>
border-color css
<style>
span { border-color: #6F7ECE; }
span { border-color: rgb(111,126,206); }
td.TdClassName
{
border-color: #6F7ECE;
}
.TagClassName
{
border-color: #6F7ECE;
}
</style>