Html Css Color HEX #6880BF Wild Blue Yonder

📋 copy color: '#6880BF'

red 104 ◦ green 128 ◦ blue 191

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

Shades of Wild Blue Yonder #6880BF

Tints of Wild Blue Yonder #6880BF

RGB

 RED value IS 104 (41.02% from 255) = 24.59%

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

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

R = 24.59%
G = 30.26%
B = 45.15%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6880BF (or 0x6880BF) is known color: Wild Blue Yonder. HEX triplet: 68, 80 and BF. RGB value is (104,128,191). Sum of RGB (Red+Green+Blue) = 104+128+191=423 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.59% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #6880BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6880BF is #977F40. Grayscale: #7F7F7F. Windows color (decimal): -9928513 or 12550248. OLE color: 12550248.

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

Color convert

RGB 104 128 191 -
CMYK 0.46 0.33 0 0.25
HSL 223.45º 0.4% 0.58% -
HSV(B) 223.45º 0.46% 0.75% -
XYZ 22.83 22.14 52.36 -
YUV 128.01 163.55 110.88 -
System Red Green Blue C M Y K H S L
Decimal 104 128 191 0.46 0.33 0 0.25 223.45 0.4 0.58
Hex 68 80 BF 2E 21 0 19 DF 28 3A
Octal 150 200 277 56 41 0 31 337 50 72
Binary 1101000 10000000 10111111 101110 100001 0 11001 11011111 101000 111010

Color Harmonies of #6880BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6880BF

Black with #6880BF

Text Example


Text Example

White with #6880BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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