Html Css Color HEX #6552A7 Blue Marguerite

📋 copy color: '#6552A7'

red 101 ◦ green 82 ◦ blue 167

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

Shades of Blue Marguerite #6552A7

Tints of Blue Marguerite #6552A7

RGB

 RED value IS 101 (39.84% from 255) = 28.86%

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

 BLUE value IS 167 (65.63% from 255) = 47.71%

R = 28.86%
G = 23.43%
B = 47.71%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6552A7 (or 0x6552A7) is known color: Blue Marguerite. HEX triplet: 65, 52 and A7. RGB value is (101,82,167). Sum of RGB (Red+Green+Blue) = 101+82+167=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 167 (65.62% from 255 or 47.71% from 350); Max value from RGB is 167 - color contains mainly: blue. Hex color #6552A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6552A7 is #9AAD58. Grayscale: #616161. Windows color (decimal): -10136921 or 10965605. OLE color: 10965605.

HSL color Cylindrical-coordinate representation of color #6552A7: hue angle of 253.41º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6552A7 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 101 82 167 -
CMYK 0.40 0.51 0 0.35
HSL 253.41º 0.34% 0.49% -
HSV(B) 253.41º 0.51% 0.65% -
XYZ 15.36 11.59 37.99 -
YUV 97.37 167.29 130.59 -
System Red Green Blue C M Y K H S L
Decimal 101 82 167 0.40 0.51 0 0.35 253.41 0.34 0.49
Hex 65 52 A7 28 33 0 23 FD 22 31
Octal 145 122 247 50 63 0 43 375 42 61
Binary 1100101 1010010 10100111 101000 110011 0 100011 11111101 100010 110001

Color Harmonies of #6552A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6552A7

Black with #6552A7

Text Example


Text Example

White with #6552A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6552A7; }

 p { color: rgb(101,82,167); }

 H1.HeaderClassName
 {
   color: #6552A7;
 }
 .AnyTagClassName
 {
   color: #6552A7;
 }
</style>

background-color css

<style>
 a { background-color: #6552A7; }

 a { background-color: rgb(101,82,167); }

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

border-color css

<style>
 span { border-color: #6552A7; }

 span { border-color: rgb(101,82,167); }

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