Html Css Color HEX #6B52AD Blue Marguerite

📋 copy color: '#6B52AD'

red 107 ◦ green 82 ◦ blue 173

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

Shades of Blue Marguerite #6B52AD

Tints of Blue Marguerite #6B52AD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.65%

 BLUE value IS 173 (67.97% from 255) = 47.79%

R = 29.56%
G = 22.65%
B = 47.79%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6B52AD (or 0x6B52AD) is known color: Blue Marguerite. HEX triplet: 6B, 52 and AD. RGB value is (107,82,173). Sum of RGB (Red+Green+Blue) = 107+82+173=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B52AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B52AD is #94AD52. Grayscale: #636363. Windows color (decimal): -9743699 or 11358827. OLE color: 11358827.

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

Color convert

RGB 107 82 173 -
CMYK 0.38 0.53 0 0.32
HSL 256.48º 0.36% 0.5% -
HSV(B) 256.48º 0.53% 0.68% -
XYZ 16.62 12.18 41.01 -
YUV 99.85 169.28 133.1 -
System Red Green Blue C M Y K H S L
Decimal 107 82 173 0.38 0.53 0 0.32 256.48 0.36 0.5
Hex 6B 52 AD 26 35 0 20 100 24 32
Octal 153 122 255 46 65 0 40 400 44 62
Binary 1101011 1010010 10101101 100110 110101 0 100000 100000000 100100 110010

Color Harmonies of #6B52AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B52AD

Black with #6B52AD

Text Example


Text Example

White with #6B52AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,82,173); }

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

background-color css

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

 a { background-color: rgb(107,82,173); }

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

border-color css

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

 span { border-color: rgb(107,82,173); }

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