Shades of Wild Blue Yonder #6F7ECA
Tints of Wild Blue Yonder #6F7ECA
RGB
CMYK
RGB Variations
Color information
#6F7ECA (or 0x6F7ECA) is known color: Wild Blue Yonder. HEX triplet: 6F, 7E and CA. RGB value is (111,126,202). Sum of RGB (Red+Green+Blue) = 111+126+202=439 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.28% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F7ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7ECA is #908135. Grayscale: #818181. Windows color (decimal): -9470262 or 13270639. OLE color: 13270639.
HSL color Cylindrical-coordinate representation of color #6F7ECA: hue angle of 230.11º degrees, saturation: 0.46, 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 #6F7ECA is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 126 | 202 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.21 |
| HSL | 230.11º | 0.46% | 0.61% | - |
| HSV(B) | 230.11º | 0.45% | 0.79% | - |
| XYZ | 24.68 | 22.57 | 58.93 | - |
| YUV | 130.18 | 168.53 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 126 | 202 | 0.45 | 0.38 | 0 | 0.21 | 230.11 | 0.46 | 0.61 |
| Hex | 6F | 7E | CA | 2D | 26 | 0 | 15 | E6 | 2E | 3D |
| Octal | 157 | 176 | 312 | 55 | 46 | 0 | 25 | 346 | 56 | 75 |
| Binary | 1101111 | 1111110 | 11001010 | 101101 | 100110 | 0 | 10101 | 11100110 | 101110 | 111101 |
Color Harmonies of #6F7ECA
Complementary color
Monochromatic Colors of #6F7ECA
Black with #6F7ECA
Text Example
Text Example
White with #6F7ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7ECA; }
p { color: rgb(111,126,202); }
H1.HeaderClassName
{
color: #6F7ECA;
}
.AnyTagClassName
{
color: #6F7ECA;
}
</style>
background-color css
<style>
a { background-color: #6F7ECA; }
a { background-color: rgb(111,126,202); }
div.DivClassName
{
background-color: #6F7ECA;
}
.BgClassName
{
background-color: #6F7ECA;
}
</style>
border-color css
<style>
span { border-color: #6F7ECA; }
span { border-color: rgb(111,126,202); }
td.TdClassName
{
border-color: #6F7ECA;
}
.TagClassName
{
border-color: #6F7ECA;
}
</style>