Html Css Color HEX #6880BB Wild Blue Yonder

📋 copy color: '#6880BB'

red 104 ◦ green 128 ◦ blue 187

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

Shades of Wild Blue Yonder #6880BB

Tints of Wild Blue Yonder #6880BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.63%

R = 24.82%
G = 30.55%
B = 44.63%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6880BB (or 0x6880BB) is known color: Wild Blue Yonder. HEX triplet: 68, 80 and BB. RGB value is (104,128,187). Sum of RGB (Red+Green+Blue) = 104+128+187=419 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.82% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #6880BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6880BB is #977F44. Grayscale: #7F7F7F. Windows color (decimal): -9928517 or 12288104. OLE color: 12288104.

HSL color Cylindrical-coordinate representation of color #6880BB: hue angle of 222.65º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6880BB is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 128 187 -
CMYK 0.44 0.32 0 0.27
HSL 222.65º 0.38% 0.57% -
HSV(B) 222.65º 0.44% 0.73% -
XYZ 22.4 21.97 50.07 -
YUV 127.55 161.55 111.2 -
System Red Green Blue C M Y K H S L
Decimal 104 128 187 0.44 0.32 0 0.27 222.65 0.38 0.57
Hex 68 80 BB 2C 20 0 1B DF 26 39
Octal 150 200 273 54 40 0 33 337 46 71
Binary 1101000 10000000 10111011 101100 100000 0 11011 11011111 100110 111001

Color Harmonies of #6880BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6880BB

Black with #6880BB

Text Example


Text Example

White with #6880BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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