Shades of Wild Blue Yonder #6A7FB7
Tints of Wild Blue Yonder #6A7FB7
RGB
CMYK
RGB Variations
Color information
#6A7FB7 (or 0x6A7FB7) is known color: Wild Blue Yonder. HEX triplet: 6A, 7F and B7. RGB value is (106,127,183). Sum of RGB (Red+Green+Blue) = 106+127+183=416 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.48% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 183 (71.88% from 255 or 43.99% from 416); Max value from RGB is 183 - color contains mainly: blue. Hex color #6A7FB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7FB7 is #958048. Grayscale: #7E7E7E. Windows color (decimal): -9797705 or 12025706. OLE color: 12025706.
HSL color Cylindrical-coordinate representation of color #6A7FB7: hue angle of 223.64º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6A7FB7 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 106 | 127 | 183 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.28 |
| HSL | 223.64º | 0.35% | 0.57% | - |
| HSV(B) | 223.64º | 0.42% | 0.72% | - |
| XYZ | 22.08 | 21.66 | 47.82 | - |
| YUV | 127.11 | 159.54 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 127 | 183 | 0.42 | 0.31 | 0 | 0.28 | 223.64 | 0.35 | 0.57 |
| Hex | 6A | 7F | B7 | 2A | 1F | 0 | 1C | E0 | 23 | 39 |
| Octal | 152 | 177 | 267 | 52 | 37 | 0 | 34 | 340 | 43 | 71 |
| Binary | 1101010 | 1111111 | 10110111 | 101010 | 11111 | 0 | 11100 | 11100000 | 100011 | 111001 |
Color Harmonies of #6A7FB7
Complementary color
Monochromatic Colors of #6A7FB7
Black with #6A7FB7
Text Example
Text Example
White with #6A7FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7FB7; }
p { color: rgb(106,127,183); }
H1.HeaderClassName
{
color: #6A7FB7;
}
.AnyTagClassName
{
color: #6A7FB7;
}
</style>
background-color css
<style>
a { background-color: #6A7FB7; }
a { background-color: rgb(106,127,183); }
div.DivClassName
{
background-color: #6A7FB7;
}
.BgClassName
{
background-color: #6A7FB7;
}
</style>
border-color css
<style>
span { border-color: #6A7FB7; }
span { border-color: rgb(106,127,183); }
td.TdClassName
{
border-color: #6A7FB7;
}
.TagClassName
{
border-color: #6A7FB7;
}
</style>