#6D7ECD

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

Shades of Wild Blue Yonder #6D7ECD

Tints of Wild Blue Yonder #6D7ECD

Color information

#6D7ECD (or 0x6D7ECD) is unknown color: approx Wild Blue Yonder. HEX triplet: 6D, 7E and CD. RGB value is (109,126,205). Sum of RGB (Red+Green+Blue) = 109+126+205=440 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.77% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D7ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7ECD is #928132. Grayscale: #818181. Windows color (decimal): -9601331 or 13467245. OLE color: 13467245.

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

Color convert

RGB109126205-
CMYK0.470.3900.20
HSL229.38º48.98%61.57%-
HSV(B)229.38º46.83%80.39%-
XYZ24.7922.5860.81-
YUV129.92170.37113.08-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.77%
GREEN value IS 126 (49.61% from 255) = 28.64%
BLUE value IS 205 (80.47% from 255) = 46.59%
R=24.77%
G=28.64%
B=46.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1091262050.470.3900.20229.3848.9861.57
Hex6D7ECD2F27014e5313e
Octal15517631557470243456176
Binary110110111111101100110110111110011101010011100101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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