Html Css Color HEX #6553BC Blue Marguerite

📋 copy color: '#6553BC'

red 101 ◦ green 83 ◦ blue 188

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

Shades of Blue Marguerite #6553BC

Tints of Blue Marguerite #6553BC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.31%

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

R = 27.15%
G = 22.31%
B = 50.54%

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

#6553BC (or 0x6553BC) is known color: Blue Marguerite. HEX triplet: 65, 53 and BC. RGB value is (101,83,188). Sum of RGB (Red+Green+Blue) = 101+83+188=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #6553BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6553BC is #9AAC43. Grayscale: #636363. Windows color (decimal): -10136644 or 12342117. OLE color: 12342117.

HSL color Cylindrical-coordinate representation of color #6553BC: hue angle of 250.29º 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 #6553BC is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 83 188 -
CMYK 0.46 0.56 0 0.26
HSL 250.29º 0.44% 0.53% -
HSV(B) 250.29º 0.56% 0.74% -
XYZ 17.54 12.58 49.08 -
YUV 100.35 177.46 128.46 -
System Red Green Blue C M Y K H S L
Decimal 101 83 188 0.46 0.56 0 0.26 250.29 0.44 0.53
Hex 65 53 BC 2E 38 0 1A FA 2C 35
Octal 145 123 274 56 70 0 32 372 54 65
Binary 1100101 1010011 10111100 101110 111000 0 11010 11111010 101100 110101

Color Harmonies of #6553BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6553BC

Black with #6553BC

Text Example


Text Example

White with #6553BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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