#6D7CD7

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

Shades of Moody Blue #6D7CD7

Tints of Moody Blue #6D7CD7

Color information

#6D7CD7 (or 0x6D7CD7) is unknown color: approx Moody Blue. HEX triplet: 6D, 7C and D7. RGB value is (109,124,215). Sum of RGB (Red+Green+Blue) = 109+124+215=448 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.33% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 215 (84.38% from 255 or 47.99% from 448); Max value from RGB is 215 - color contains mainly: blue. Hex color #6D7CD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7CD7 is #928328. Grayscale: #818181. Windows color (decimal): -9601833 or 14122093. OLE color: 14122093.

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

Color convert

RGB109124215-
CMYK0.490.4200.16
HSL231.51º56.99%63.53%-
HSV(B)231.51º49.3%84.31%-
XYZ25.7822.5767.29-
YUV129.89176.03113.1-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.33%
GREEN value IS 124 (48.83% from 255) = 27.68%
BLUE value IS 215 (84.38% from 255) = 47.99%
R=24.33%
G=27.68%
B=47.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1091242150.490.4200.16231.5156.9963.53
Hex6D7CD7312A010e83940
Octal155174327615202035071100
Binary1101101111110011010111110001101010010000111010001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,124,215); }

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

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

 a { background-color: rgb(109,124,215); }

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

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

 span { border-color: rgb(109,124,215); }

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