#6A7EBA

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

Shades of Wild Blue Yonder #6A7EBA

Tints of Wild Blue Yonder #6A7EBA

Color information

#6A7EBA (or 0x6A7EBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 6A, 7E and BA. RGB value is (106,126,186). Sum of RGB (Red+Green+Blue) = 106+126+186=418 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.36% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #6A7EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7EBA is #958145. Grayscale: #7E7E7E. Windows color (decimal): -9797958 or 12222058. OLE color: 12222058.

HSL color Cylindrical-coordinate representation of color #6A7EBA: hue angle of 225º 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 #6A7EBA is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB106126186-
CMYK0.430.3200.27
HSL225º36.7%57.25%-
HSV(B)225º43.01%72.94%-
XYZ22.2721.5349.44-
YUV126.86161.37113.12-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.36%
GREEN value IS 126 (49.61% from 255) = 30.14%
BLUE value IS 186 (73.05% from 255) = 44.50%
R=25.36%
G=30.14%
B=44.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1061261860.430.3200.2722536.757.25
Hex6A7EBA2B2001Be12539
Octal15217627253400333414571
Binary110101011111101011101010101110000001101111100001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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