Html Css Color HEX #6880BC Wild Blue Yonder

📋 copy color: '#6880BC'

red 104 ◦ green 128 ◦ blue 188

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

Shades of Wild Blue Yonder #6880BC

Tints of Wild Blue Yonder #6880BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.76%

R = 24.76%
G = 30.48%
B = 44.76%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6880BC (or 0x6880BC) is known color: Wild Blue Yonder. HEX triplet: 68, 80 and BC. RGB value is (104,128,188). Sum of RGB (Red+Green+Blue) = 104+128+188=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #6880BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6880BC is #977F43. Grayscale: #7F7F7F. Windows color (decimal): -9928516 or 12353640. OLE color: 12353640.

HSL color Cylindrical-coordinate representation of color #6880BC: hue angle of 222.86º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6880BC is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 128 188 -
CMYK 0.45 0.32 0 0.26
HSL 222.86º 0.39% 0.57% -
HSV(B) 222.86º 0.45% 0.74% -
XYZ 22.51 22.01 50.64 -
YUV 127.66 162.05 111.12 -
System Red Green Blue C M Y K H S L
Decimal 104 128 188 0.45 0.32 0 0.26 222.86 0.39 0.57
Hex 68 80 BC 2D 20 0 1A DF 27 39
Octal 150 200 274 55 40 0 32 337 47 71
Binary 1101000 10000000 10111100 101101 100000 0 11010 11011111 100111 111001

Color Harmonies of #6880BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6880BC

Black with #6880BC

Text Example


Text Example

White with #6880BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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