#697EBC

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

Shades of Wild Blue Yonder #697EBC

Tints of Wild Blue Yonder #697EBC

Color information

#697EBC (or 0x697EBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 69, 7E and BC. RGB value is (105,126,188). Sum of RGB (Red+Green+Blue) = 105+126+188=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #697EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697EBC is #968143. Grayscale: #7E7E7E. Windows color (decimal): -9863492 or 12353129. OLE color: 12353129.

HSL color Cylindrical-coordinate representation of color #697EBC: hue angle of 224.82º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #697EBC is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB105126188-
CMYK0.440.3300.26
HSL224.82º38.25%57.45%-
HSV(B)224.82º44.15%73.73%-
XYZ22.3621.5650.56-
YUV126.79162.54112.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.06%
GREEN value IS 126 (49.61% from 255) = 30.07%
BLUE value IS 188 (73.83% from 255) = 44.87%
R=25.06%
G=30.07%
B=44.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1051261880.440.3300.26224.8238.2557.45
Hex697EBC2C2101Ae12639
Octal15117627454410323414671
Binary110100111111101011110010110010000101101011100001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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