Shades of Wild Blue Yonder #6B7FB4
Tints of Wild Blue Yonder #6B7FB4
RGB
CMYK
RGB Variations
Color information
#6B7FB4 (or 0x6B7FB4) is known color: Wild Blue Yonder. HEX triplet: 6B, 7F and B4. RGB value is (107,127,180). Sum of RGB (Red+Green+Blue) = 107+127+180=414 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.85% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 180 (70.70% from 255 or 43.48% from 414); Max value from RGB is 180 - color contains mainly: blue. Hex color #6B7FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B7FB4 is #94804B. Grayscale: #7E7E7E. Windows color (decimal): -9732172 or 11829099. OLE color: 11829099.
HSL color Cylindrical-coordinate representation of color #6B7FB4: hue angle of 223.56º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B7FB4 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 107 | 127 | 180 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.29 |
| HSL | 223.56º | 0.33% | 0.56% | - |
| HSV(B) | 223.56º | 0.41% | 0.71% | - |
| XYZ | 21.89 | 21.6 | 46.2 | - |
| YUV | 127.06 | 157.87 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 127 | 180 | 0.41 | 0.29 | 0 | 0.29 | 223.56 | 0.33 | 0.56 |
| Hex | 6B | 7F | B4 | 29 | 1D | 0 | 1D | E0 | 21 | 38 |
| Octal | 153 | 177 | 264 | 51 | 35 | 0 | 35 | 340 | 41 | 70 |
| Binary | 1101011 | 1111111 | 10110100 | 101001 | 11101 | 0 | 11101 | 11100000 | 100001 | 111000 |
Color Harmonies of #6B7FB4
Complementary color
Monochromatic Colors of #6B7FB4
Black with #6B7FB4
Text Example
Text Example
White with #6B7FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7FB4; }
p { color: rgb(107,127,180); }
H1.HeaderClassName
{
color: #6B7FB4;
}
.AnyTagClassName
{
color: #6B7FB4;
}
</style>
background-color css
<style>
a { background-color: #6B7FB4; }
a { background-color: rgb(107,127,180); }
div.DivClassName
{
background-color: #6B7FB4;
}
.BgClassName
{
background-color: #6B7FB4;
}
</style>
border-color css
<style>
span { border-color: #6B7FB4; }
span { border-color: rgb(107,127,180); }
td.TdClassName
{
border-color: #6B7FB4;
}
.TagClassName
{
border-color: #6B7FB4;
}
</style>