Shades of Wild Blue Yonder #6F8ECB
Tints of Wild Blue Yonder #6F8ECB
RGB
CMYK
RGB Variations
Color information
#6F8ECB (or 0x6F8ECB) is known color: Wild Blue Yonder. HEX triplet: 6F, 8E and CB. RGB value is (111,142,203). Sum of RGB (Red+Green+Blue) = 111+142+203=456 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.34% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F8ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8ECB is #907134. Grayscale: #8B8B8B. Windows color (decimal): -9466165 or 13340271. OLE color: 13340271.
HSL color Cylindrical-coordinate representation of color #6F8ECB: hue angle of 219.78º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F8ECB is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 142 | 203 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.20 |
| HSL | 219.78º | 0.47% | 0.62% | - |
| HSV(B) | 219.78º | 0.45% | 0.8% | - |
| XYZ | 27.01 | 27.04 | 60.3 | - |
| YUV | 139.69 | 163.73 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 142 | 203 | 0.45 | 0.30 | 0 | 0.20 | 219.78 | 0.47 | 0.62 |
| Hex | 6F | 8E | CB | 2D | 1E | 0 | 14 | DC | 2F | 3E |
| Octal | 157 | 216 | 313 | 55 | 36 | 0 | 24 | 334 | 57 | 76 |
| Binary | 1101111 | 10001110 | 11001011 | 101101 | 11110 | 0 | 10100 | 11011100 | 101111 | 111110 |
Color Harmonies of #6F8ECB
Complementary color
Monochromatic Colors of #6F8ECB
Black with #6F8ECB
Text Example
Text Example
White with #6F8ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8ECB; }
p { color: rgb(111,142,203); }
H1.HeaderClassName
{
color: #6F8ECB;
}
.AnyTagClassName
{
color: #6F8ECB;
}
</style>
background-color css
<style>
a { background-color: #6F8ECB; }
a { background-color: rgb(111,142,203); }
div.DivClassName
{
background-color: #6F8ECB;
}
.BgClassName
{
background-color: #6F8ECB;
}
</style>
border-color css
<style>
span { border-color: #6F8ECB; }
span { border-color: rgb(111,142,203); }
td.TdClassName
{
border-color: #6F8ECB;
}
.TagClassName
{
border-color: #6F8ECB;
}
</style>