Shades of Wild Blue Yonder #6F7FB7
Tints of Wild Blue Yonder #6F7FB7
RGB
CMYK
RGB Variations
Color information
#6F7FB7 (or 0x6F7FB7) is known color: Wild Blue Yonder. HEX triplet: 6F, 7F and B7. RGB value is (111,127,183). Sum of RGB (Red+Green+Blue) = 111+127+183=421 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.37% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 183 (71.88% from 255 or 43.47% from 421); Max value from RGB is 183 - color contains mainly: blue. Hex color #6F7FB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7FB7 is #908048. Grayscale: #808080. Windows color (decimal): -9470025 or 12025711. OLE color: 12025711.
HSL color Cylindrical-coordinate representation of color #6F7FB7: hue angle of 226.67º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F7FB7 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 111 | 127 | 183 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.28 |
| HSL | 226.67º | 0.33% | 0.58% | - |
| HSV(B) | 226.67º | 0.39% | 0.72% | - |
| XYZ | 22.69 | 21.98 | 47.85 | - |
| YUV | 128.6 | 158.7 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 127 | 183 | 0.39 | 0.31 | 0 | 0.28 | 226.67 | 0.33 | 0.58 |
| Hex | 6F | 7F | B7 | 27 | 1F | 0 | 1C | E3 | 21 | 3A |
| Octal | 157 | 177 | 267 | 47 | 37 | 0 | 34 | 343 | 41 | 72 |
| Binary | 1101111 | 1111111 | 10110111 | 100111 | 11111 | 0 | 11100 | 11100011 | 100001 | 111010 |
Color Harmonies of #6F7FB7
Complementary color
Monochromatic Colors of #6F7FB7
Black with #6F7FB7
Text Example
Text Example
White with #6F7FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7FB7; }
p { color: rgb(111,127,183); }
H1.HeaderClassName
{
color: #6F7FB7;
}
.AnyTagClassName
{
color: #6F7FB7;
}
</style>
background-color css
<style>
a { background-color: #6F7FB7; }
a { background-color: rgb(111,127,183); }
div.DivClassName
{
background-color: #6F7FB7;
}
.BgClassName
{
background-color: #6F7FB7;
}
</style>
border-color css
<style>
span { border-color: #6F7FB7; }
span { border-color: rgb(111,127,183); }
td.TdClassName
{
border-color: #6F7FB7;
}
.TagClassName
{
border-color: #6F7FB7;
}
</style>