Html Css Color HEX #6C55AE Blue Marguerite

📋 copy color: '#6C55AE'

red 108 ◦ green 85 ◦ blue 174

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

Shades of Blue Marguerite #6C55AE

Tints of Blue Marguerite #6C55AE

RGB

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

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

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

R = 29.43%
G = 23.16%
B = 47.41%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6C55AE (or 0x6C55AE) is known color: Blue Marguerite. HEX triplet: 6C, 55 and AE. RGB value is (108,85,174). Sum of RGB (Red+Green+Blue) = 108+85+174=367 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.43% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C55AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C55AE is #93AA51. Grayscale: #656565. Windows color (decimal): -9677394 or 11425132. OLE color: 11425132.

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

Color convert

RGB 108 85 174 -
CMYK 0.38 0.51 0 0.32
HSL 255.51º 0.35% 0.51% -
HSV(B) 255.51º 0.51% 0.68% -
XYZ 17.07 12.74 41.6 -
YUV 102.02 168.62 132.26 -
System Red Green Blue C M Y K H S L
Decimal 108 85 174 0.38 0.51 0 0.32 255.51 0.35 0.51
Hex 6C 55 AE 26 33 0 20 100 23 33
Octal 154 125 256 46 63 0 40 400 43 63
Binary 1101100 1010101 10101110 100110 110011 0 100000 100000000 100011 110011

Color Harmonies of #6C55AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C55AE

Black with #6C55AE

Text Example


Text Example

White with #6C55AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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