#6E7EB8

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

Shades of Wild Blue Yonder #6E7EB8

Tints of Wild Blue Yonder #6E7EB8

Color information

#6E7EB8 (or 0x6E7EB8) is unknown color: approx Wild Blue Yonder. HEX triplet: 6E, 7E and B8. RGB value is (110,126,184). Sum of RGB (Red+Green+Blue) = 110+126+184=420 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.19% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 184 (72.27% from 255 or 43.81% from 420); Max value from RGB is 184 - color contains mainly: blue. Hex color #6E7EB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7EB8 is #918147. Grayscale: #7F7F7F. Windows color (decimal): -9535816 or 12090990. OLE color: 12090990.

HSL color Cylindrical-coordinate representation of color #6E7EB8: hue angle of 227.03º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6E7EB8 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB110126184-
CMYK0.400.3200.28
HSL227.03º34.26%57.65%-
HSV(B)227.03º40.22%72.16%-
XYZ22.5421.748.35-
YUV127.83159.7115.28-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.19%
GREEN value IS 126 (49.61% from 255) = 30%
BLUE value IS 184 (72.27% from 255) = 43.81%
R=26.19%
G=30%
B=43.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1101261840.400.3200.28227.0334.2657.65
Hex6E7EB8282001Ce3223a
Octal15617627050400343434272
Binary110111011111101011100010100010000001110011100011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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