Html Css Color HEX #6881BB Wild Blue Yonder

📋 copy color: '#6881BB'

red 104 ◦ green 129 ◦ blue 187

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

Shades of Wild Blue Yonder #6881BB

Tints of Wild Blue Yonder #6881BB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.71%

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

R = 24.76%
G = 30.71%
B = 44.52%

CMYK

 C value IS 0.44

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6881BB (or 0x6881BB) is known color: Wild Blue Yonder. HEX triplet: 68, 81 and BB. RGB value is (104,129,187). Sum of RGB (Red+Green+Blue) = 104+129+187=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #6881BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6881BB is #977E44. Grayscale: #7F7F7F. Windows color (decimal): -9928261 or 12288360. OLE color: 12288360.

HSL color Cylindrical-coordinate representation of color #6881BB: hue angle of 221.93º 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 #6881BB is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 129 187 -
CMYK 0.44 0.31 0 0.27
HSL 221.93º 0.38% 0.57% -
HSV(B) 221.93º 0.44% 0.73% -
XYZ 22.53 22.23 50.12 -
YUV 128.14 161.22 110.78 -
System Red Green Blue C M Y K H S L
Decimal 104 129 187 0.44 0.31 0 0.27 221.93 0.38 0.57
Hex 68 81 BB 2C 1F 0 1B DE 26 39
Octal 150 201 273 54 37 0 33 336 46 71
Binary 1101000 10000001 10111011 101100 11111 0 11011 11011110 100110 111001

Color Harmonies of #6881BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6881BB

Black with #6881BB

Text Example


Text Example

White with #6881BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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