Html Css Color HEX #6551BC Blue Marguerite

📋 copy color: '#6551BC'

red 101 ◦ green 81 ◦ blue 188

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

Shades of Blue Marguerite #6551BC

Tints of Blue Marguerite #6551BC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.89%

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

R = 27.3%
G = 21.89%
B = 50.81%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6551BC (or 0x6551BC) is known color: Blue Marguerite. HEX triplet: 65, 51 and BC. RGB value is (101,81,188). Sum of RGB (Red+Green+Blue) = 101+81+188=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #6551BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6551BC is #9AAE43. Grayscale: #626262. Windows color (decimal): -10137156 or 12341605. OLE color: 12341605.

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

Color convert

RGB 101 81 188 -
CMYK 0.46 0.57 0 0.26
HSL 251.22º 0.44% 0.53% -
HSV(B) 251.22º 0.57% 0.74% -
XYZ 17.39 12.28 49.03 -
YUV 99.18 178.13 129.3 -
System Red Green Blue C M Y K H S L
Decimal 101 81 188 0.46 0.57 0 0.26 251.22 0.44 0.53
Hex 65 51 BC 2E 39 0 1A FB 2C 35
Octal 145 121 274 56 71 0 32 373 54 65
Binary 1100101 1010001 10111100 101110 111001 0 11010 11111011 101100 110101

Color Harmonies of #6551BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6551BC

Black with #6551BC

Text Example


Text Example

White with #6551BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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