Shades of Wild Blue Yonder #6F8FCA
Tints of Wild Blue Yonder #6F8FCA
RGB
CMYK
RGB Variations
Color information
#6F8FCA (or 0x6F8FCA) is known color: Wild Blue Yonder. HEX triplet: 6F, 8F and CA. RGB value is (111,143,202). Sum of RGB (Red+Green+Blue) = 111+143+202=456 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.34% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F8FCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8FCA is #907035. Grayscale: #8B8B8B. Windows color (decimal): -9465910 or 13274991. OLE color: 13274991.
HSL color Cylindrical-coordinate representation of color #6F8FCA: hue angle of 218.9º 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 #6F8FCA is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 143 | 202 | - |
| CMYK | 0.45 | 0.29 | 0 | 0.21 |
| HSL | 218.9º | 0.46% | 0.61% | - |
| HSV(B) | 218.9º | 0.45% | 0.79% | - |
| XYZ | 27.04 | 27.29 | 59.72 | - |
| YUV | 140.16 | 162.9 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 143 | 202 | 0.45 | 0.29 | 0 | 0.21 | 218.9 | 0.46 | 0.61 |
| Hex | 6F | 8F | CA | 2D | 1D | 0 | 15 | DB | 2E | 3D |
| Octal | 157 | 217 | 312 | 55 | 35 | 0 | 25 | 333 | 56 | 75 |
| Binary | 1101111 | 10001111 | 11001010 | 101101 | 11101 | 0 | 10101 | 11011011 | 101110 | 111101 |
Color Harmonies of #6F8FCA
Complementary color
Monochromatic Colors of #6F8FCA
Black with #6F8FCA
Text Example
Text Example
White with #6F8FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8FCA; }
p { color: rgb(111,143,202); }
H1.HeaderClassName
{
color: #6F8FCA;
}
.AnyTagClassName
{
color: #6F8FCA;
}
</style>
background-color css
<style>
a { background-color: #6F8FCA; }
a { background-color: rgb(111,143,202); }
div.DivClassName
{
background-color: #6F8FCA;
}
.BgClassName
{
background-color: #6F8FCA;
}
</style>
border-color css
<style>
span { border-color: #6F8FCA; }
span { border-color: rgb(111,143,202); }
td.TdClassName
{
border-color: #6F8FCA;
}
.TagClassName
{
border-color: #6F8FCA;
}
</style>