#6980BE

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

Shades of Wild Blue Yonder #6980BE

Tints of Wild Blue Yonder #6980BE

Color information

#6980BE (or 0x6980BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 69, 80 and BE. RGB value is (105,128,190). Sum of RGB (Red+Green+Blue) = 105+128+190=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #6980BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6980BE is #967F41. Grayscale: #7F7F7F. Windows color (decimal): -9862978 or 12484713. OLE color: 12484713.

HSL color Cylindrical-coordinate representation of color #6980BE: hue angle of 223.76º 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 #6980BE is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB105128190-
CMYK0.450.3300.25
HSL223.76º39.53%57.84%-
HSV(B)223.76º44.74%74.51%-
XYZ22.8422.1651.79-
YUV128.19162.88111.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.82%
GREEN value IS 128 (50.39% from 255) = 30.26%
BLUE value IS 190 (74.61% from 255) = 44.92%
R=24.82%
G=30.26%
B=44.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051281900.450.3300.25223.7639.5357.84
Hex6980BE2D21019e0283a
Octal15120027655410313405072
Binary1101001100000001011111010110110000101100111100000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6980BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6980BE; }

 p { color: rgb(105,128,190); }

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

<style>
 a { background-color: #6980BE; }

 a { background-color: rgb(105,128,190); }

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

<style>
 span { border-color: #6980BE; }

 span { border-color: rgb(105,128,190); }

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