Html Css Color HEX #6980BF Wild Blue Yonder

📋 copy color: '#6980BF'

red 105 ◦ green 128 ◦ blue 191

#6980BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #6980BF

Tints of Wild Blue Yonder #6980BF

RGB

 RED value IS 105 (41.41% from 255) = 24.76%

 GREEN value IS 128 (50.39% from 255) = 30.19%

 BLUE value IS 191 (75% from 255) = 45.05%

R = 24.76%
G = 30.19%
B = 45.05%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6980BF (or 0x6980BF) is known color: Wild Blue Yonder. HEX triplet: 69, 80 and BF. RGB value is (105,128,191). Sum of RGB (Red+Green+Blue) = 105+128+191=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #6980BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6980BF is #967F40. Grayscale: #808080. Windows color (decimal): -9862977 or 12550249. OLE color: 12550249.

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

Color convert

RGB 105 128 191 -
CMYK 0.45 0.33 0 0.25
HSL 223.95º 0.4% 0.58% -
HSV(B) 223.95º 0.45% 0.75% -
XYZ 22.95 22.2 52.37 -
YUV 128.31 163.38 111.38 -
System Red Green Blue C M Y K H S L
Decimal 105 128 191 0.45 0.33 0 0.25 223.95 0.4 0.58
Hex 69 80 BF 2D 21 0 19 E0 28 3A
Octal 151 200 277 55 41 0 31 340 50 72
Binary 1101001 10000000 10111111 101101 100001 0 11001 11100000 101000 111010

Color Harmonies of #6980BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6980BF

Black with #6980BF

Text Example


Text Example

White with #6980BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6980BF;
 }
 .AnyTagClassName
 {
   color: #6980BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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