Html Css Color HEX #6E71CE Moody Blue

📋 copy color: '#6E71CE'

red 110 ◦ green 113 ◦ blue 206

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

Shades of Moody Blue #6E71CE

Tints of Moody Blue #6E71CE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.34%

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

R = 25.64%
G = 26.34%
B = 48.02%

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

#6E71CE (or 0x6E71CE) is known color: Moody Blue. HEX triplet: 6E, 71 and CE. RGB value is (110,113,206). Sum of RGB (Red+Green+Blue) = 110+113+206=429 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.64% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E71CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E71CE is #918E31. Grayscale: #7A7A7A. Windows color (decimal): -9539122 or 13529454. OLE color: 13529454.

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

Color convert

RGB 110 113 206 -
CMYK 0.47 0.45 0 0.19
HSL 238.13º 0.49% 0.62% -
HSV(B) 238.13º 0.47% 0.81% -
XYZ 23.48 19.58 60.93 -
YUV 122.71 175.01 118.94 -
System Red Green Blue C M Y K H S L
Decimal 110 113 206 0.47 0.45 0 0.19 238.13 0.49 0.62
Hex 6E 71 CE 2F 2D 0 13 EE 31 3E
Octal 156 161 316 57 55 0 23 356 61 76
Binary 1101110 1110001 11001110 101111 101101 0 10011 11101110 110001 111110

Color Harmonies of #6E71CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E71CE

Black with #6E71CE

Text Example


Text Example

White with #6E71CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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