#6982BB

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

Shades of Wild Blue Yonder #6982BB

Tints of Wild Blue Yonder #6982BB

Color information

#6982BB (or 0x6982BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 69, 82 and BB. RGB value is (105,130,187). Sum of RGB (Red+Green+Blue) = 105+130+187=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #6982BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6982BB is #967D44. Grayscale: #808080. Windows color (decimal): -9862469 or 12288617. OLE color: 12288617.

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

Color convert

RGB105130187-
CMYK0.440.3000.27
HSL221.71º37.61%57.25%-
HSV(B)221.71º43.85%73.33%-
XYZ22.7822.5650.17-
YUV129.02160.72110.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.88%
GREEN value IS 130 (51.17% from 255) = 30.81%
BLUE value IS 187 (73.44% from 255) = 44.31%
R=24.88%
G=30.81%
B=44.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051301870.440.3000.27221.7137.6157.25
Hex6982BB2C1E01Bde2639
Octal15120227354360333364671
Binary110100110000010101110111011001111001101111011110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6982BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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