Html Css Color HEX #6C5CAE Blue Marguerite

📋 copy color: '#6C5CAE'

red 108 ◦ green 92 ◦ blue 174

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

Shades of Blue Marguerite #6C5CAE

Tints of Blue Marguerite #6C5CAE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.6%

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

R = 28.88%
G = 24.6%
B = 46.52%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6C5CAE (or 0x6C5CAE) is known color: Blue Marguerite. HEX triplet: 6C, 5C and AE. RGB value is (108,92,174). Sum of RGB (Red+Green+Blue) = 108+92+174=374 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.88% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C5CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5CAE is #93A351. Grayscale: #696969. Windows color (decimal): -9675602 or 11426924. OLE color: 11426924.

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

Color convert

RGB 108 92 174 -
CMYK 0.38 0.47 0 0.32
HSL 251.71º 0.34% 0.52% -
HSV(B) 251.71º 0.47% 0.68% -
XYZ 17.65 13.9 41.8 -
YUV 106.13 166.3 129.33 -
System Red Green Blue C M Y K H S L
Decimal 108 92 174 0.38 0.47 0 0.32 251.71 0.34 0.52
Hex 6C 5C AE 26 2F 0 20 FC 22 34
Octal 154 134 256 46 57 0 40 374 42 64
Binary 1101100 1011100 10101110 100110 101111 0 100000 11111100 100010 110100

Color Harmonies of #6C5CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5CAE

Black with #6C5CAE

Text Example


Text Example

White with #6C5CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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