Html Css Color HEX #6E7CD7 Moody Blue

📋 copy color: '#6E7CD7'

red 110 ◦ green 124 ◦ blue 215

#6E7CD7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #6E7CD7

Tints of Moody Blue #6E7CD7

RGB

 RED value IS 110 (43.36% from 255) = 24.5%

 GREEN value IS 124 (48.83% from 255) = 27.62%

 BLUE value IS 215 (84.38% from 255) = 47.88%

R = 24.5%
G = 27.62%
B = 47.88%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6E7CD7 (or 0x6E7CD7) is known color: Moody Blue. HEX triplet: 6E, 7C and D7. RGB value is (110,124,215). Sum of RGB (Red+Green+Blue) = 110+124+215=449 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.50% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 215 (84.38% from 255 or 47.88% from 449); Max value from RGB is 215 - color contains mainly: blue. Hex color #6E7CD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7CD7 is #918328. Grayscale: #818181. Windows color (decimal): -9536297 or 14122094. OLE color: 14122094.

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

Color convert

RGB 110 124 215 -
CMYK 0.49 0.42 0 0.16
HSL 232º 0.57% 0.64% -
HSV(B) 232º 0.49% 0.84% -
XYZ 25.9 22.64 67.29 -
YUV 130.19 175.86 113.6 -
System Red Green Blue C M Y K H S L
Decimal 110 124 215 0.49 0.42 0 0.16 232 0.57 0.64
Hex 6E 7C D7 31 2A 0 10 E8 39 40
Octal 156 174 327 61 52 0 20 350 71 100
Binary 1101110 1111100 11010111 110001 101010 0 10000 11101000 111001 1000000

Color Harmonies of #6E7CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7CD7

Black with #6E7CD7

Text Example


Text Example

White with #6E7CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E7CD7;
 }
 .AnyTagClassName
 {
   color: #6E7CD7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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