Html Css Color HEX #6C5AAA Blue Marguerite

📋 copy color: '#6C5AAA'

red 108 ◦ green 90 ◦ blue 170

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

Shades of Blue Marguerite #6C5AAA

Tints of Blue Marguerite #6C5AAA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.46%

 BLUE value IS 170 (66.8% from 255) = 46.2%

R = 29.35%
G = 24.46%
B = 46.2%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C5AAA (or 0x6C5AAA) is known color: Blue Marguerite. HEX triplet: 6C, 5A and AA. RGB value is (108,90,170). Sum of RGB (Red+Green+Blue) = 108+90+170=368 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.35% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C5AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5AAA is #93A555. Grayscale: #686868. Windows color (decimal): -9676118 or 11164268. OLE color: 11164268.

HSL color Cylindrical-coordinate representation of color #6C5AAA: hue angle of 253.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C5AAA is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 90 170 -
CMYK 0.36 0.47 0 0.33
HSL 253.5º 0.32% 0.51% -
HSV(B) 253.5º 0.47% 0.67% -
XYZ 17.1 13.4 39.72 -
YUV 104.5 164.96 130.5 -
System Red Green Blue C M Y K H S L
Decimal 108 90 170 0.36 0.47 0 0.33 253.5 0.32 0.51
Hex 6C 5A AA 24 2F 0 21 FE 20 33
Octal 154 132 252 44 57 0 41 376 40 63
Binary 1101100 1011010 10101010 100100 101111 0 100001 11111110 100000 110011

Color Harmonies of #6C5AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5AAA

Black with #6C5AAA

Text Example


Text Example

White with #6C5AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,90,170); }

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

background-color css

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

 a { background-color: rgb(108,90,170); }

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

border-color css

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

 span { border-color: rgb(108,90,170); }

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