Shades of Wild Blue Yonder #687FC1
Tints of Wild Blue Yonder #687FC1
RGB
CMYK
RGB Variations
Color information
#687FC1 (or 0x687FC1) is known color: Wild Blue Yonder. HEX triplet: 68, 7F and C1. RGB value is (104,127,193). Sum of RGB (Red+Green+Blue) = 104+127+193=424 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.53% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 193 (75.78% from 255 or 45.52% from 424); Max value from RGB is 193 - color contains mainly: blue. Hex color #687FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687FC1 is #97803E. Grayscale: #7F7F7F. Windows color (decimal): -9928767 or 12681064. OLE color: 12681064.
HSL color Cylindrical-coordinate representation of color #687FC1: hue angle of 224.49º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #687FC1 is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 127 | 193 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.24 |
| HSL | 224.49º | 0.42% | 0.58% | - |
| HSV(B) | 224.49º | 0.46% | 0.76% | - |
| XYZ | 22.92 | 21.97 | 53.48 | - |
| YUV | 127.65 | 164.88 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 127 | 193 | 0.46 | 0.34 | 0 | 0.24 | 224.49 | 0.42 | 0.58 |
| Hex | 68 | 7F | C1 | 2E | 22 | 0 | 18 | E0 | 2A | 3A |
| Octal | 150 | 177 | 301 | 56 | 42 | 0 | 30 | 340 | 52 | 72 |
| Binary | 1101000 | 1111111 | 11000001 | 101110 | 100010 | 0 | 11000 | 11100000 | 101010 | 111010 |
Color Harmonies of #687FC1
Complementary color
Monochromatic Colors of #687FC1
Black with #687FC1
Text Example
Text Example
White with #687FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687FC1; }
p { color: rgb(104,127,193); }
H1.HeaderClassName
{
color: #687FC1;
}
.AnyTagClassName
{
color: #687FC1;
}
</style>
background-color css
<style>
a { background-color: #687FC1; }
a { background-color: rgb(104,127,193); }
div.DivClassName
{
background-color: #687FC1;
}
.BgClassName
{
background-color: #687FC1;
}
</style>
border-color css
<style>
span { border-color: #687FC1; }
span { border-color: rgb(104,127,193); }
td.TdClassName
{
border-color: #687FC1;
}
.TagClassName
{
border-color: #687FC1;
}
</style>