Html Css Color HEX #6C55AB Blue Marguerite

📋 copy color: '#6C55AB'

red 108 ◦ green 85 ◦ blue 171

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

Shades of Blue Marguerite #6C55AB

Tints of Blue Marguerite #6C55AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.98%

R = 29.67%
G = 23.35%
B = 46.98%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C55AB (or 0x6C55AB) is known color: Blue Marguerite. HEX triplet: 6C, 55 and AB. RGB value is (108,85,171). Sum of RGB (Red+Green+Blue) = 108+85+171=364 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.67% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C55AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C55AB is #93AA54. Grayscale: #656565. Windows color (decimal): -9677397 or 11228524. OLE color: 11228524.

HSL color Cylindrical-coordinate representation of color #6C55AB: hue angle of 256.05º degrees, saturation: 0.34, 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 #6C55AB is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 85 171 -
CMYK 0.37 0.50 0 0.33
HSL 256.05º 0.34% 0.5% -
HSV(B) 256.05º 0.5% 0.67% -
XYZ 16.78 12.63 40.08 -
YUV 101.68 167.12 132.51 -
System Red Green Blue C M Y K H S L
Decimal 108 85 171 0.37 0.50 0 0.33 256.05 0.34 0.5
Hex 6C 55 AB 25 32 0 21 100 22 32
Octal 154 125 253 45 62 0 41 400 42 62
Binary 1101100 1010101 10101011 100101 110010 0 100001 100000000 100010 110010

Color Harmonies of #6C55AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C55AB

Black with #6C55AB

Text Example


Text Example

White with #6C55AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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