Html Css Color HEX #6552BC Blue Marguerite

📋 copy color: '#6552BC'

red 101 ◦ green 82 ◦ blue 188

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

Shades of Blue Marguerite #6552BC

Tints of Blue Marguerite #6552BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.67%

R = 27.22%
G = 22.1%
B = 50.67%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6552BC (or 0x6552BC) is known color: Blue Marguerite. HEX triplet: 65, 52 and BC. RGB value is (101,82,188). Sum of RGB (Red+Green+Blue) = 101+82+188=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #6552BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6552BC is #9AAD43. Grayscale: #636363. Windows color (decimal): -10136900 or 12341861. OLE color: 12341861.

HSL color Cylindrical-coordinate representation of color #6552BC: hue angle of 250.75º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6552BC is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 82 188 -
CMYK 0.46 0.56 0 0.26
HSL 250.75º 0.44% 0.53% -
HSV(B) 250.75º 0.56% 0.74% -
XYZ 17.46 12.43 49.06 -
YUV 99.77 177.79 128.88 -
System Red Green Blue C M Y K H S L
Decimal 101 82 188 0.46 0.56 0 0.26 250.75 0.44 0.53
Hex 65 52 BC 2E 38 0 1A FB 2C 35
Octal 145 122 274 56 70 0 32 373 54 65
Binary 1100101 1010010 10111100 101110 111000 0 11010 11111011 101100 110101

Color Harmonies of #6552BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6552BC

Black with #6552BC

Text Example


Text Example

White with #6552BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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