Html Css Color HEX #6C55AA Blue Marguerite

📋 copy color: '#6C55AA'

red 108 ◦ green 85 ◦ blue 170

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

Shades of Blue Marguerite #6C55AA

Tints of Blue Marguerite #6C55AA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.42%

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

R = 29.75%
G = 23.42%
B = 46.83%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C55AA (or 0x6C55AA) is known color: Blue Marguerite. HEX triplet: 6C, 55 and AA. RGB value is (108,85,170). Sum of RGB (Red+Green+Blue) = 108+85+170=363 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.75% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C55AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C55AA is #93AA55. Grayscale: #656565. Windows color (decimal): -9677398 or 11162988. OLE color: 11162988.

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

Color convert

RGB 108 85 170 -
CMYK 0.36 0.50 0 0.33
HSL 256.24º 0.33% 0.5% -
HSV(B) 256.24º 0.5% 0.67% -
XYZ 16.69 12.59 39.58 -
YUV 101.57 166.62 132.59 -
System Red Green Blue C M Y K H S L
Decimal 108 85 170 0.36 0.50 0 0.33 256.24 0.33 0.5
Hex 6C 55 AA 24 32 0 21 100 21 32
Octal 154 125 252 44 62 0 41 400 41 62
Binary 1101100 1010101 10101010 100100 110010 0 100001 100000000 100001 110010

Color Harmonies of #6C55AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C55AA

Black with #6C55AA

Text Example


Text Example

White with #6C55AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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