#6D75D6

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

Shades of Moody Blue #6D75D6

Tints of Moody Blue #6D75D6

Color information

#6D75D6 (or 0x6D75D6) is unknown color: approx Moody Blue. HEX triplet: 6D, 75 and D6. RGB value is (109,117,214). Sum of RGB (Red+Green+Blue) = 109+117+214=440 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.77% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 214 (83.98% from 255 or 48.64% from 440); Max value from RGB is 214 - color contains mainly: blue. Hex color #6D75D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D75D6 is #928A29. Grayscale: #7D7D7D. Windows color (decimal): -9603626 or 14054765. OLE color: 14054765.

HSL color Cylindrical-coordinate representation of color #6D75D6: hue angle of 235.43º 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 #6D75D6 is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB109117214-
CMYK0.490.4500.16
HSL235.43º56.15%63.33%-
HSV(B)235.43º49.07%83.92%-
XYZ24.8120.8366.33-
YUV125.67177.85116.11-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.77%
GREEN value IS 117 (46.09% from 255) = 26.59%
BLUE value IS 214 (83.98% from 255) = 48.64%
R=24.77%
G=26.59%
B=48.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1091172140.490.4500.16235.4356.1563.33
Hex6D75D6312D010eb383f
Octal15516532661550203537077
Binary110110111101011101011011000110110101000011101011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D75D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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