Shades of Wild Blue Yonder #6F89CF
Tints of Wild Blue Yonder #6F89CF
RGB
CMYK
RGB Variations
Color information
#6F89CF (or 0x6F89CF) is known color: Wild Blue Yonder. HEX triplet: 6F, 89 and CF. RGB value is (111,137,207). Sum of RGB (Red+Green+Blue) = 111+137+207=455 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.40% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F89CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F89CF is #907630. Grayscale: #888888. Windows color (decimal): -9467441 or 13601135. OLE color: 13601135.
HSL color Cylindrical-coordinate representation of color #6F89CF: hue angle of 223.75º degrees, saturation: 0.5, 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 #6F89CF is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 137 | 207 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.19 |
| HSL | 223.75º | 0.5% | 0.62% | - |
| HSV(B) | 223.75º | 0.46% | 0.81% | - |
| XYZ | 26.76 | 25.78 | 62.6 | - |
| YUV | 137.21 | 167.39 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 137 | 207 | 0.46 | 0.34 | 0 | 0.19 | 223.75 | 0.5 | 0.62 |
| Hex | 6F | 89 | CF | 2E | 22 | 0 | 13 | E0 | 32 | 3E |
| Octal | 157 | 211 | 317 | 56 | 42 | 0 | 23 | 340 | 62 | 76 |
| Binary | 1101111 | 10001001 | 11001111 | 101110 | 100010 | 0 | 10011 | 11100000 | 110010 | 111110 |
Color Harmonies of #6F89CF
Complementary color
Monochromatic Colors of #6F89CF
Black with #6F89CF
Text Example
Text Example
White with #6F89CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F89CF; }
p { color: rgb(111,137,207); }
H1.HeaderClassName
{
color: #6F89CF;
}
.AnyTagClassName
{
color: #6F89CF;
}
</style>
background-color css
<style>
a { background-color: #6F89CF; }
a { background-color: rgb(111,137,207); }
div.DivClassName
{
background-color: #6F89CF;
}
.BgClassName
{
background-color: #6F89CF;
}
</style>
border-color css
<style>
span { border-color: #6F89CF; }
span { border-color: rgb(111,137,207); }
td.TdClassName
{
border-color: #6F89CF;
}
.TagClassName
{
border-color: #6F89CF;
}
</style>