Html Css Color HEX #6C5EAE Blue Marguerite

📋 copy color: '#6C5EAE'

red 108 ◦ green 94 ◦ blue 174

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

Shades of Blue Marguerite #6C5EAE

Tints of Blue Marguerite #6C5EAE

RGB

 RED value IS 108 (42.58% from 255) = 28.72%

 GREEN value IS 94 (37.11% from 255) = 25%

 BLUE value IS 174 (68.36% from 255) = 46.28%

R = 28.72%
G = 25%
B = 46.28%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6C5EAE (or 0x6C5EAE) is known color: Blue Marguerite. HEX triplet: 6C, 5E and AE. RGB value is (108,94,174). Sum of RGB (Red+Green+Blue) = 108+94+174=376 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.72% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C5EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5EAE is #93A151. Grayscale: #6A6A6A. Windows color (decimal): -9675090 or 11427436. OLE color: 11427436.

HSL color Cylindrical-coordinate representation of color #6C5EAE: hue angle of 250.5º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C5EAE is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 108 94 174 -
CMYK 0.38 0.46 0 0.32
HSL 250.5º 0.33% 0.53% -
HSV(B) 250.5º 0.46% 0.68% -
XYZ 17.83 14.25 41.86 -
YUV 107.31 165.64 128.5 -
System Red Green Blue C M Y K H S L
Decimal 108 94 174 0.38 0.46 0 0.32 250.5 0.33 0.53
Hex 6C 5E AE 26 2E 0 20 FB 21 35
Octal 154 136 256 46 56 0 40 373 41 65
Binary 1101100 1011110 10101110 100110 101110 0 100000 11111011 100001 110101

Color Harmonies of #6C5EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5EAE

Black with #6C5EAE

Text Example


Text Example

White with #6C5EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,94,174); }

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

background-color css

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

 a { background-color: rgb(108,94,174); }

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

border-color css

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

 span { border-color: rgb(108,94,174); }

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