#6981BB

Color #6981BB Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #6981BB

Tints of Wild Blue Yonder #6981BB

Color information

#6981BB (or 0x6981BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 69, 81 and BB. RGB value is (105,129,187). Sum of RGB (Red+Green+Blue) = 105+129+187=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #6981BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6981BB is #967E44. Grayscale: #808080. Windows color (decimal): -9862725 or 12288361. OLE color: 12288361.

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

Color convert

RGB105129187-
CMYK0.440.3100.27
HSL222.44º37.61%57.25%-
HSV(B)222.44º43.85%73.33%-
XYZ22.6522.2950.12-
YUV128.44161.05111.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.94%
GREEN value IS 129 (50.78% from 255) = 30.64%
BLUE value IS 187 (73.44% from 255) = 44.42%
R=24.94%
G=30.64%
B=44.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051291870.440.3100.27222.4437.6157.25
Hex6981BB2C1F01Bde2639
Octal15120127354370333364671
Binary110100110000001101110111011001111101101111011110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6981BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6981BB;
 }
 .AnyTagClassName
 {
   color: #6981BB;
 }
</style>
background-color css

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

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

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

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

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

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