#6E7ECD

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

Shades of Wild Blue Yonder #6E7ECD

Tints of Wild Blue Yonder #6E7ECD

Color information

#6E7ECD (or 0x6E7ECD) is unknown color: approx Wild Blue Yonder. HEX triplet: 6E, 7E and CD. RGB value is (110,126,205). Sum of RGB (Red+Green+Blue) = 110+126+205=441 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.94% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E7ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7ECD is #918132. Grayscale: #818181. Windows color (decimal): -9535795 or 13467246. OLE color: 13467246.

HSL color Cylindrical-coordinate representation of color #6E7ECD: hue angle of 229.89º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E7ECD is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB110126205-
CMYK0.460.3900.20
HSL229.89º48.72%61.76%-
HSV(B)229.89º46.34%80.39%-
XYZ24.9122.6460.82-
YUV130.22170.2113.58-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.94%
GREEN value IS 126 (49.61% from 255) = 28.57%
BLUE value IS 205 (80.47% from 255) = 46.49%
R=24.94%
G=28.57%
B=46.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1101262050.460.3900.20229.8948.7261.76
Hex6E7ECD2E27014e6313e
Octal15617631556470243466176
Binary110111011111101100110110111010011101010011100110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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