Html Css Color HEX #6552B8 Blue Marguerite

📋 copy color: '#6552B8'

red 101 ◦ green 82 ◦ blue 184

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

Shades of Blue Marguerite #6552B8

Tints of Blue Marguerite #6552B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 50.14%

R = 27.52%
G = 22.34%
B = 50.14%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6552B8 (or 0x6552B8) is known color: Blue Marguerite. HEX triplet: 65, 52 and B8. RGB value is (101,82,184). Sum of RGB (Red+Green+Blue) = 101+82+184=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 184 (72.27% from 255 or 50.14% from 367); Max value from RGB is 184 - color contains mainly: blue. Hex color #6552B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6552B8 is #9AAD47. Grayscale: #626262. Windows color (decimal): -10136904 or 12079717. OLE color: 12079717.

HSL color Cylindrical-coordinate representation of color #6552B8: hue angle of 251.18º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6552B8 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 101 82 184 -
CMYK 0.45 0.55 0 0.28
HSL 251.18º 0.42% 0.52% -
HSV(B) 251.18º 0.55% 0.72% -
XYZ 17.04 12.26 46.82 -
YUV 99.31 175.79 129.21 -
System Red Green Blue C M Y K H S L
Decimal 101 82 184 0.45 0.55 0 0.28 251.18 0.42 0.52
Hex 65 52 B8 2D 37 0 1C FB 2A 34
Octal 145 122 270 55 67 0 34 373 52 64
Binary 1100101 1010010 10111000 101101 110111 0 11100 11111011 101010 110100

Color Harmonies of #6552B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6552B8

Black with #6552B8

Text Example


Text Example

White with #6552B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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