#6A7EBE

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

Shades of Wild Blue Yonder #6A7EBE

Tints of Wild Blue Yonder #6A7EBE

Color information

#6A7EBE (or 0x6A7EBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 6A, 7E and BE. RGB value is (106,126,190). Sum of RGB (Red+Green+Blue) = 106+126+190=422 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.12% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #6A7EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7EBE is #958141. Grayscale: #7F7F7F. Windows color (decimal): -9797954 or 12484202. OLE color: 12484202.

HSL color Cylindrical-coordinate representation of color #6A7EBE: hue angle of 225.71º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A7EBE is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB106126190-
CMYK0.440.3400.25
HSL225.71º39.25%58.04%-
HSV(B)225.71º44.21%74.51%-
XYZ22.721.751.71-
YUV127.32163.37112.8-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.12%
GREEN value IS 126 (49.61% from 255) = 29.86%
BLUE value IS 190 (74.61% from 255) = 45.02%
R=25.12%
G=29.86%
B=45.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061261900.440.3400.25225.7139.2558.04
Hex6A7EBE2C22019e2273a
Octal15217627654420313424772
Binary110101011111101011111010110010001001100111100010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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