Html Css Color HEX #6E72CE Moody Blue

📋 copy color: '#6E72CE'

red 110 ◦ green 114 ◦ blue 206

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

Shades of Moody Blue #6E72CE

Tints of Moody Blue #6E72CE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.51%

 BLUE value IS 206 (80.86% from 255) = 47.91%

R = 25.58%
G = 26.51%
B = 47.91%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E72CE (or 0x6E72CE) is known color: Moody Blue. HEX triplet: 6E, 72 and CE. RGB value is (110,114,206). Sum of RGB (Red+Green+Blue) = 110+114+206=430 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.58% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E72CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E72CE is #918D31. Grayscale: #7A7A7A. Windows color (decimal): -9538866 or 13529710. OLE color: 13529710.

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

Color convert

RGB 110 114 206 -
CMYK 0.47 0.45 0 0.19
HSL 237.5º 0.49% 0.62% -
HSV(B) 237.5º 0.47% 0.81% -
XYZ 23.59 19.81 60.97 -
YUV 123.29 174.67 118.52 -
System Red Green Blue C M Y K H S L
Decimal 110 114 206 0.47 0.45 0 0.19 237.5 0.49 0.62
Hex 6E 72 CE 2F 2D 0 13 EE 31 3E
Octal 156 162 316 57 55 0 23 356 61 76
Binary 1101110 1110010 11001110 101111 101101 0 10011 11101110 110001 111110

Color Harmonies of #6E72CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E72CE

Black with #6E72CE

Text Example


Text Example

White with #6E72CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,114,206); }

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

background-color css

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

 a { background-color: rgb(110,114,206); }

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

border-color css

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

 span { border-color: rgb(110,114,206); }

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