Shades of Wild Blue Yonder #697FB5
Tints of Wild Blue Yonder #697FB5
RGB
CMYK
RGB Variations
Color information
#697FB5 (or 0x697FB5) is known color: Wild Blue Yonder. HEX triplet: 69, 7F and B5. RGB value is (105,127,181). Sum of RGB (Red+Green+Blue) = 105+127+181=413 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.42% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 181 (71.09% from 255 or 43.83% from 413); Max value from RGB is 181 - color contains mainly: blue. Hex color #697FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697FB5 is #96804A. Grayscale: #7E7E7E. Windows color (decimal): -9863243 or 11894633. OLE color: 11894633.
HSL color Cylindrical-coordinate representation of color #697FB5: hue angle of 222.63º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #697FB5 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 127 | 181 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.29 |
| HSL | 222.63º | 0.34% | 0.56% | - |
| HSV(B) | 222.63º | 0.42% | 0.71% | - |
| XYZ | 21.76 | 21.52 | 46.72 | - |
| YUV | 126.58 | 158.71 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 127 | 181 | 0.42 | 0.30 | 0 | 0.29 | 222.63 | 0.34 | 0.56 |
| Hex | 69 | 7F | B5 | 2A | 1E | 0 | 1D | DF | 22 | 38 |
| Octal | 151 | 177 | 265 | 52 | 36 | 0 | 35 | 337 | 42 | 70 |
| Binary | 1101001 | 1111111 | 10110101 | 101010 | 11110 | 0 | 11101 | 11011111 | 100010 | 111000 |
Color Harmonies of #697FB5
Complementary color
Monochromatic Colors of #697FB5
Black with #697FB5
Text Example
Text Example
White with #697FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697FB5; }
p { color: rgb(105,127,181); }
H1.HeaderClassName
{
color: #697FB5;
}
.AnyTagClassName
{
color: #697FB5;
}
</style>
background-color css
<style>
a { background-color: #697FB5; }
a { background-color: rgb(105,127,181); }
div.DivClassName
{
background-color: #697FB5;
}
.BgClassName
{
background-color: #697FB5;
}
</style>
border-color css
<style>
span { border-color: #697FB5; }
span { border-color: rgb(105,127,181); }
td.TdClassName
{
border-color: #697FB5;
}
.TagClassName
{
border-color: #697FB5;
}
</style>