Html Css Color HEX #6B53AC Blue Marguerite

📋 copy color: '#6B53AC'

red 107 ◦ green 83 ◦ blue 172

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

Shades of Blue Marguerite #6B53AC

Tints of Blue Marguerite #6B53AC

RGB

 RED value IS 107 (42.19% from 255) = 29.56%

 GREEN value IS 83 (32.81% from 255) = 22.93%

 BLUE value IS 172 (67.58% from 255) = 47.51%

R = 29.56%
G = 22.93%
B = 47.51%

CMYK

 C value IS 0.38

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B53AC (or 0x6B53AC) is known color: Blue Marguerite. HEX triplet: 6B, 53 and AC. RGB value is (107,83,172). Sum of RGB (Red+Green+Blue) = 107+83+172=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B53AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B53AC is #94AC53. Grayscale: #636363. Windows color (decimal): -9743444 or 11293547. OLE color: 11293547.

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

Color convert

RGB 107 83 172 -
CMYK 0.38 0.52 0 0.33
HSL 256.18º 0.35% 0.5% -
HSV(B) 256.18º 0.52% 0.67% -
XYZ 16.6 12.29 40.53 -
YUV 100.32 168.45 132.76 -
System Red Green Blue C M Y K H S L
Decimal 107 83 172 0.38 0.52 0 0.33 256.18 0.35 0.5
Hex 6B 53 AC 26 34 0 21 100 23 32
Octal 153 123 254 46 64 0 41 400 43 62
Binary 1101011 1010011 10101100 100110 110100 0 100001 100000000 100011 110010

Color Harmonies of #6B53AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B53AC

Black with #6B53AC

Text Example


Text Example

White with #6B53AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,83,172); }

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

background-color css

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

 a { background-color: rgb(107,83,172); }

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

border-color css

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

 span { border-color: rgb(107,83,172); }

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