#6E7EC1

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

Shades of Wild Blue Yonder #6E7EC1

Tints of Wild Blue Yonder #6E7EC1

Color information

#6E7EC1 (or 0x6E7EC1) is unknown color: approx Wild Blue Yonder. HEX triplet: 6E, 7E and C1. RGB value is (110,126,193). Sum of RGB (Red+Green+Blue) = 110+126+193=429 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.64% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 193 - color contains mainly: blue. Hex color #6E7EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7EC1 is #91813E. Grayscale: #808080. Windows color (decimal): -9535807 or 12680814. OLE color: 12680814.

HSL color Cylindrical-coordinate representation of color #6E7EC1: hue angle of 228.43º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6E7EC1 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB110126193-
CMYK0.430.3500.24
HSL228.43º40.1%59.41%-
HSV(B)228.43º43.01%75.69%-
XYZ23.5222.0953.48-
YUV128.85164.2114.55-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.64%
GREEN value IS 126 (49.61% from 255) = 29.37%
BLUE value IS 193 (75.78% from 255) = 44.99%
R=25.64%
G=29.37%
B=44.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1101261930.430.3500.24228.4340.159.41
Hex6E7EC12B23018e4283b
Octal15617630153430303445073
Binary110111011111101100000110101110001101100011100100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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