Html Css Color HEX #6552BE Blue Marguerite

📋 copy color: '#6552BE'

red 101 ◦ green 82 ◦ blue 190

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

Shades of Blue Marguerite #6552BE

Tints of Blue Marguerite #6552BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.94%

R = 27.08%
G = 21.98%
B = 50.94%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6552BE (or 0x6552BE) is known color: Blue Marguerite. HEX triplet: 65, 52 and BE. RGB value is (101,82,190). Sum of RGB (Red+Green+Blue) = 101+82+190=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #6552BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6552BE is #9AAD41. Grayscale: #636363. Windows color (decimal): -10136898 or 12472933. OLE color: 12472933.

HSL color Cylindrical-coordinate representation of color #6552BE: hue angle of 250.56º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6552BE is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 82 190 -
CMYK 0.47 0.57 0 0.25
HSL 250.56º 0.45% 0.53% -
HSV(B) 250.56º 0.57% 0.75% -
XYZ 17.68 12.52 50.2 -
YUV 99.99 178.79 128.72 -
System Red Green Blue C M Y K H S L
Decimal 101 82 190 0.47 0.57 0 0.25 250.56 0.45 0.53
Hex 65 52 BE 2F 39 0 19 FB 2D 35
Octal 145 122 276 57 71 0 31 373 55 65
Binary 1100101 1010010 10111110 101111 111001 0 11001 11111011 101101 110101

Color Harmonies of #6552BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6552BE

Black with #6552BE

Text Example


Text Example

White with #6552BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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