Shades of Wild Blue Yonder #6F88CF
Tints of Wild Blue Yonder #6F88CF
RGB
CMYK
RGB Variations
Color information
#6F88CF (or 0x6F88CF) is known color: Wild Blue Yonder. HEX triplet: 6F, 88 and CF. RGB value is (111,136,207). Sum of RGB (Red+Green+Blue) = 111+136+207=454 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.45% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F88CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F88CF is #907730. Grayscale: #888888. Windows color (decimal): -9467697 or 13600879. OLE color: 13600879.
HSL color Cylindrical-coordinate representation of color #6F88CF: hue angle of 224.38º 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 #6F88CF is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 136 | 207 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.19 |
| HSL | 224.38º | 0.5% | 0.62% | - |
| HSV(B) | 224.38º | 0.46% | 0.81% | - |
| XYZ | 26.62 | 25.49 | 62.55 | - |
| YUV | 136.62 | 167.72 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 136 | 207 | 0.46 | 0.34 | 0 | 0.19 | 224.38 | 0.5 | 0.62 |
| Hex | 6F | 88 | CF | 2E | 22 | 0 | 13 | E0 | 32 | 3E |
| Octal | 157 | 210 | 317 | 56 | 42 | 0 | 23 | 340 | 62 | 76 |
| Binary | 1101111 | 10001000 | 11001111 | 101110 | 100010 | 0 | 10011 | 11100000 | 110010 | 111110 |
Color Harmonies of #6F88CF
Complementary color
Monochromatic Colors of #6F88CF
Black with #6F88CF
Text Example
Text Example
White with #6F88CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F88CF; }
p { color: rgb(111,136,207); }
H1.HeaderClassName
{
color: #6F88CF;
}
.AnyTagClassName
{
color: #6F88CF;
}
</style>
background-color css
<style>
a { background-color: #6F88CF; }
a { background-color: rgb(111,136,207); }
div.DivClassName
{
background-color: #6F88CF;
}
.BgClassName
{
background-color: #6F88CF;
}
</style>
border-color css
<style>
span { border-color: #6F88CF; }
span { border-color: rgb(111,136,207); }
td.TdClassName
{
border-color: #6F88CF;
}
.TagClassName
{
border-color: #6F88CF;
}
</style>