Shades of Wild Blue Yonder #7684C6
Tints of Wild Blue Yonder #7684C6
RGB
CMYK
RGB Variations
Color information
#7684C6 (or 0x7684C6) is known color: Wild Blue Yonder. HEX triplet: 76, 84 and C6. RGB value is (118,132,198). Sum of RGB (Red+Green+Blue) = 118+132+198=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 198 (77.73% from 255 or 44.20% from 448); Max value from RGB is 198 - color contains mainly: blue. Hex color #7684C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7684C6 is #897B39. Grayscale: #878787. Windows color (decimal): -9009978 or 13010038. OLE color: 13010038.
HSL color Cylindrical-coordinate representation of color #7684C6: hue angle of 229.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7684C6 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 132 | 198 | - |
| CMYK | 0.40 | 0.33 | 0 | 0.22 |
| HSL | 229.5º | 0.41% | 0.62% | - |
| HSV(B) | 229.5º | 0.4% | 0.78% | - |
| XYZ | 25.92 | 24.43 | 56.78 | - |
| YUV | 135.34 | 163.36 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 132 | 198 | 0.40 | 0.33 | 0 | 0.22 | 229.5 | 0.41 | 0.62 |
| Hex | 76 | 84 | C6 | 28 | 21 | 0 | 16 | E6 | 29 | 3E |
| Octal | 166 | 204 | 306 | 50 | 41 | 0 | 26 | 346 | 51 | 76 |
| Binary | 1110110 | 10000100 | 11000110 | 101000 | 100001 | 0 | 10110 | 11100110 | 101001 | 111110 |
Color Harmonies of #7684C6
Complementary color
Monochromatic Colors of #7684C6
Black with #7684C6
Text Example
Text Example
White with #7684C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7684C6; }
p { color: rgb(118,132,198); }
H1.HeaderClassName
{
color: #7684C6;
}
.AnyTagClassName
{
color: #7684C6;
}
</style>
background-color css
<style>
a { background-color: #7684C6; }
a { background-color: rgb(118,132,198); }
div.DivClassName
{
background-color: #7684C6;
}
.BgClassName
{
background-color: #7684C6;
}
</style>
border-color css
<style>
span { border-color: #7684C6; }
span { border-color: rgb(118,132,198); }
td.TdClassName
{
border-color: #7684C6;
}
.TagClassName
{
border-color: #7684C6;
}
</style>