Html Css Color HEX #6E74CF Moody Blue

📋 copy color: '#6E74CF'

red 110 ◦ green 116 ◦ blue 207

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

Shades of Moody Blue #6E74CF

Tints of Moody Blue #6E74CF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.79%

 BLUE value IS 207 (81.25% from 255) = 47.81%

R = 25.4%
G = 26.79%
B = 47.81%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E74CF (or 0x6E74CF) is known color: Moody Blue. HEX triplet: 6E, 74 and CF. RGB value is (110,116,207). Sum of RGB (Red+Green+Blue) = 110+116+207=433 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.40% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E74CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E74CF is #918B30. Grayscale: #7C7C7C. Windows color (decimal): -9538353 or 13595758. OLE color: 13595758.

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

Color convert

RGB 110 116 207 -
CMYK 0.47 0.44 0 0.19
HSL 236.29º 0.5% 0.62% -
HSV(B) 236.29º 0.47% 0.81% -
XYZ 23.94 20.31 61.69 -
YUV 124.58 174.51 117.6 -
System Red Green Blue C M Y K H S L
Decimal 110 116 207 0.47 0.44 0 0.19 236.29 0.5 0.62
Hex 6E 74 CF 2F 2C 0 13 EC 32 3E
Octal 156 164 317 57 54 0 23 354 62 76
Binary 1101110 1110100 11001111 101111 101100 0 10011 11101100 110010 111110

Color Harmonies of #6E74CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E74CF

Black with #6E74CF

Text Example


Text Example

White with #6E74CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,116,207); }

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

background-color css

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

 a { background-color: rgb(110,116,207); }

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

border-color css

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

 span { border-color: rgb(110,116,207); }

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