#6E7EBD

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

Shades of Wild Blue Yonder #6E7EBD

Tints of Wild Blue Yonder #6E7EBD

Color information

#6E7EBD (or 0x6E7EBD) is unknown color: approx Wild Blue Yonder. HEX triplet: 6E, 7E and BD. RGB value is (110,126,189). Sum of RGB (Red+Green+Blue) = 110+126+189=425 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.88% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E7EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7EBD is #918142. Grayscale: #808080. Windows color (decimal): -9535811 or 12418670. OLE color: 12418670.

HSL color Cylindrical-coordinate representation of color #6E7EBD: hue angle of 227.85º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6E7EBD is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB110126189-
CMYK0.420.3300.26
HSL227.85º37.44%58.63%-
HSV(B)227.85º41.8%74.12%-
XYZ23.0821.9151.16-
YUV128.4162.2114.88-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.88%
GREEN value IS 126 (49.61% from 255) = 29.65%
BLUE value IS 189 (74.22% from 255) = 44.47%
R=25.88%
G=29.65%
B=44.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1101261890.420.3300.26227.8537.4458.63
Hex6E7EBD2A2101Ae4253b
Octal15617627552410323444573
Binary110111011111101011110110101010000101101011100100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,126,189); }

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

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

 a { background-color: rgb(110,126,189); }

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

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

 span { border-color: rgb(110,126,189); }

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