#697EBF

Color #697EBF Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #697EBF

Tints of Wild Blue Yonder #697EBF

Color information

#697EBF (or 0x697EBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 69, 7E and BF. RGB value is (105,126,191). Sum of RGB (Red+Green+Blue) = 105+126+191=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #697EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697EBF is #968140. Grayscale: #7E7E7E. Windows color (decimal): -9863489 or 12549737. OLE color: 12549737.

HSL color Cylindrical-coordinate representation of color #697EBF: hue angle of 225.35º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #697EBF is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB105126191-
CMYK0.450.3400.25
HSL225.35º40.19%58.04%-
HSV(B)225.35º45.03%74.9%-
XYZ22.6921.6952.28-
YUV127.13164.04112.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 24.88%
GREEN value IS 126 (49.61% from 255) = 29.86%
BLUE value IS 191 (75% from 255) = 45.26%
R=24.88%
G=29.86%
B=45.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051261910.450.3400.25225.3540.1958.04
Hex697EBF2D22019e1283a
Octal15117627755420313415072
Binary110100111111101011111110110110001001100111100001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697EBF; }

 p { color: rgb(105,126,191); }

 H1.HeaderClassName
 {
   color: #697EBF;
 }
 .AnyTagClassName
 {
   color: #697EBF;
 }
</style>
background-color css

<style>
 a { background-color: #697EBF; }

 a { background-color: rgb(105,126,191); }

 div.DivClassName
 {
   background-color: #697EBF;
 }
 .BgClassName
 {
   background-color: #697EBF;
 }
</style>
border-color css

<style>
 span { border-color: #697EBF; }

 span { border-color: rgb(105,126,191); }

 td.TdClassName
 {
   border-color: #697EBF;
 }
 .TagClassName
 {
   border-color: #697EBF;
 }
</style>