#6983BA

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

Shades of Wild Blue Yonder #6983BA

Tints of Wild Blue Yonder #6983BA

Color information

#6983BA (or 0x6983BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 69, 83 and BA. RGB value is (105,131,186). Sum of RGB (Red+Green+Blue) = 105+131+186=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #6983BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6983BA is #967C45. Grayscale: #818181. Windows color (decimal): -9862214 or 12223337. OLE color: 12223337.

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

Color convert

RGB105131186-
CMYK0.440.3000.27
HSL220.74º36.99%57.06%-
HSV(B)220.74º43.55%72.94%-
XYZ22.822.7849.65-
YUV129.5159.89110.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.88%
GREEN value IS 131 (51.56% from 255) = 31.04%
BLUE value IS 186 (73.05% from 255) = 44.08%
R=24.88%
G=31.04%
B=44.08%

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
Decimal1051311860.440.3000.27220.7436.9957.06
Hex6983BA2C1E01Bdd2539
Octal15120327254360333354571
Binary110100110000011101110101011001111001101111011101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6983BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6983BA; }

 p { color: rgb(105,131,186); }

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

<style>
 a { background-color: #6983BA; }

 a { background-color: rgb(105,131,186); }

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

<style>
 span { border-color: #6983BA; }

 span { border-color: rgb(105,131,186); }

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