#6D7ED6

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

Shades of Wild Blue Yonder #6D7ED6

Tints of Wild Blue Yonder #6D7ED6

Color information

#6D7ED6 (or 0x6D7ED6) is unknown color: approx Wild Blue Yonder. HEX triplet: 6D, 7E and D6. RGB value is (109,126,214). Sum of RGB (Red+Green+Blue) = 109+126+214=449 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.28% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 214 (83.98% from 255 or 47.66% from 449); Max value from RGB is 214 - color contains mainly: blue. Hex color #6D7ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7ED6 is #928129. Grayscale: #828282. Windows color (decimal): -9601322 or 14057069. OLE color: 14057069.

HSL color Cylindrical-coordinate representation of color #6D7ED6: hue angle of 230.29º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D7ED6 is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB109126214-
CMYK0.490.4100.16
HSL230.29º56.15%63.33%-
HSV(B)230.29º49.07%83.92%-
XYZ25.9123.0366.7-
YUV130.95174.87112.34-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.28%
GREEN value IS 126 (49.61% from 255) = 28.06%
BLUE value IS 214 (83.98% from 255) = 47.66%
R=24.28%
G=28.06%
B=47.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1091262140.490.4100.16230.2956.1563.33
Hex6D7ED63129010e6383f
Octal15517632661510203467077
Binary110110111111101101011011000110100101000011100110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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