#6A83BA

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

Shades of Wild Blue Yonder #6A83BA

Tints of Wild Blue Yonder #6A83BA

Color information

#6A83BA (or 0x6A83BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 6A, 83 and BA. RGB value is (106,131,186). Sum of RGB (Red+Green+Blue) = 106+131+186=423 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25.06% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #6A83BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A83BA is #957C45. Grayscale: #818181. Windows color (decimal): -9796678 or 12223338. OLE color: 12223338.

HSL color Cylindrical-coordinate representation of color #6A83BA: hue angle of 221.25º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6A83BA is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB106131186-
CMYK0.430.3000.27
HSL221.25º36.7%57.25%-
HSV(B)221.25º43.01%72.94%-
XYZ22.9222.8449.66-
YUV129.79159.72111.03-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.06%
GREEN value IS 131 (51.56% from 255) = 30.97%
BLUE value IS 186 (73.05% from 255) = 43.97%
R=25.06%
G=30.97%
B=43.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1061311860.430.3000.27221.2536.757.25
Hex6A83BA2B1E01Bdd2539
Octal15220327253360333354571
Binary110101010000011101110101010111111001101111011101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A83BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A83BA; }

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

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

<style>
 a { background-color: #6A83BA; }

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

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

<style>
 span { border-color: #6A83BA; }

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

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