Shades of Wild Blue Yonder #697FC5
Tints of Wild Blue Yonder #697FC5
RGB
CMYK
RGB Variations
Color information
#697FC5 (or 0x697FC5) is known color: Wild Blue Yonder. HEX triplet: 69, 7F and C5. RGB value is (105,127,197). Sum of RGB (Red+Green+Blue) = 105+127+197=429 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.48% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 197 (77.34% from 255 or 45.92% from 429); Max value from RGB is 197 - color contains mainly: blue. Hex color #697FC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697FC5 is #96803A. Grayscale: #808080. Windows color (decimal): -9863227 or 12943209. OLE color: 12943209.
HSL color Cylindrical-coordinate representation of color #697FC5: hue angle of 225.65º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #697FC5 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 127 | 197 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.23 |
| HSL | 225.65º | 0.44% | 0.59% | - |
| HSV(B) | 225.65º | 0.47% | 0.77% | - |
| XYZ | 23.49 | 22.21 | 55.87 | - |
| YUV | 128.4 | 166.71 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 127 | 197 | 0.47 | 0.36 | 0 | 0.23 | 225.65 | 0.44 | 0.59 |
| Hex | 69 | 7F | C5 | 2F | 24 | 0 | 17 | E2 | 2C | 3B |
| Octal | 151 | 177 | 305 | 57 | 44 | 0 | 27 | 342 | 54 | 73 |
| Binary | 1101001 | 1111111 | 11000101 | 101111 | 100100 | 0 | 10111 | 11100010 | 101100 | 111011 |
Color Harmonies of #697FC5
Complementary color
Monochromatic Colors of #697FC5
Black with #697FC5
Text Example
Text Example
White with #697FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697FC5; }
p { color: rgb(105,127,197); }
H1.HeaderClassName
{
color: #697FC5;
}
.AnyTagClassName
{
color: #697FC5;
}
</style>
background-color css
<style>
a { background-color: #697FC5; }
a { background-color: rgb(105,127,197); }
div.DivClassName
{
background-color: #697FC5;
}
.BgClassName
{
background-color: #697FC5;
}
</style>
border-color css
<style>
span { border-color: #697FC5; }
span { border-color: rgb(105,127,197); }
td.TdClassName
{
border-color: #697FC5;
}
.TagClassName
{
border-color: #697FC5;
}
</style>