Html Css Color HEX #6A5BB1 Blue Marguerite

📋 copy color: '#6A5BB1'

red 106 ◦ green 91 ◦ blue 177

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

Shades of Blue Marguerite #6A5BB1

Tints of Blue Marguerite #6A5BB1

RGB

 RED value IS 106 (41.8% from 255) = 28.34%

 GREEN value IS 91 (35.94% from 255) = 24.33%

 BLUE value IS 177 (69.53% from 255) = 47.33%

R = 28.34%
G = 24.33%
B = 47.33%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6A5BB1 (or 0x6A5BB1) is known color: Blue Marguerite. HEX triplet: 6A, 5B and B1. RGB value is (106,91,177). Sum of RGB (Red+Green+Blue) = 106+91+177=374 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.34% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 177 (69.53% from 255 or 47.33% from 374); Max value from RGB is 177 - color contains mainly: blue. Hex color #6A5BB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5BB1 is #95A44E. Grayscale: #686868. Windows color (decimal): -9806927 or 11623274. OLE color: 11623274.

HSL color Cylindrical-coordinate representation of color #6A5BB1: hue angle of 250.47º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A5BB1 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 106 91 177 -
CMYK 0.40 0.49 0 0.31
HSL 250.47º 0.36% 0.53% -
HSV(B) 250.47º 0.49% 0.69% -
XYZ 17.62 13.72 43.31 -
YUV 105.29 168.47 128.51 -
System Red Green Blue C M Y K H S L
Decimal 106 91 177 0.40 0.49 0 0.31 250.47 0.36 0.53
Hex 6A 5B B1 28 31 0 1F FA 24 35
Octal 152 133 261 50 61 0 37 372 44 65
Binary 1101010 1011011 10110001 101000 110001 0 11111 11111010 100100 110101

Color Harmonies of #6A5BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5BB1

Black with #6A5BB1

Text Example


Text Example

White with #6A5BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A5BB1; }

 p { color: rgb(106,91,177); }

 H1.HeaderClassName
 {
   color: #6A5BB1;
 }
 .AnyTagClassName
 {
   color: #6A5BB1;
 }
</style>

background-color css

<style>
 a { background-color: #6A5BB1; }

 a { background-color: rgb(106,91,177); }

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

border-color css

<style>
 span { border-color: #6A5BB1; }

 span { border-color: rgb(106,91,177); }

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