#6E7EC4

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

Shades of Wild Blue Yonder #6E7EC4

Tints of Wild Blue Yonder #6E7EC4

Color information

#6E7EC4 (or 0x6E7EC4) is unknown color: approx Wild Blue Yonder. HEX triplet: 6E, 7E and C4. RGB value is (110,126,196). Sum of RGB (Red+Green+Blue) = 110+126+196=432 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.46% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 196 (76.95% from 255 or 45.37% from 432); Max value from RGB is 196 - color contains mainly: blue. Hex color #6E7EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7EC4 is #91813B. Grayscale: #808080. Windows color (decimal): -9535804 or 12877422. OLE color: 12877422.

HSL color Cylindrical-coordinate representation of color #6E7EC4: hue angle of 228.84º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E7EC4 is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB110126196-
CMYK0.440.3600.23
HSL228.84º42.16%60%-
HSV(B)228.84º43.88%76.86%-
XYZ23.8622.2255.26-
YUV129.2165.7114.31-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.46%
GREEN value IS 126 (49.61% from 255) = 29.17%
BLUE value IS 196 (76.95% from 255) = 45.37%
R=25.46%
G=29.17%
B=45.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1101261960.440.3600.23228.8442.1660
Hex6E7EC42C24017e52a3c
Octal15617630454440273455274
Binary110111011111101100010010110010010001011111100101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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