Html Css Color HEX #6B5AB2 Blue Marguerite

📋 copy color: '#6B5AB2'

red 107 ◦ green 90 ◦ blue 178

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

Shades of Blue Marguerite #6B5AB2

Tints of Blue Marguerite #6B5AB2

RGB

 RED value IS 107 (42.19% from 255) = 28.53%

 GREEN value IS 90 (35.55% from 255) = 24%

 BLUE value IS 178 (69.92% from 255) = 47.47%

R = 28.53%
G = 24%
B = 47.47%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6B5AB2 (or 0x6B5AB2) is known color: Blue Marguerite. HEX triplet: 6B, 5A and B2. RGB value is (107,90,178). Sum of RGB (Red+Green+Blue) = 107+90+178=375 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.53% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 178 (69.92% from 255 or 47.47% from 375); Max value from RGB is 178 - color contains mainly: blue. Hex color #6B5AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5AB2 is #94A54D. Grayscale: #686868. Windows color (decimal): -9741646 or 11688555. OLE color: 11688555.

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

Color convert

RGB 107 90 178 -
CMYK 0.40 0.49 0 0.30
HSL 251.59º 0.36% 0.53% -
HSV(B) 251.59º 0.49% 0.7% -
XYZ 17.76 13.65 43.82 -
YUV 105.12 169.13 129.34 -
System Red Green Blue C M Y K H S L
Decimal 107 90 178 0.40 0.49 0 0.30 251.59 0.36 0.53
Hex 6B 5A B2 28 31 0 1E FC 24 35
Octal 153 132 262 50 61 0 36 374 44 65
Binary 1101011 1011010 10110010 101000 110001 0 11110 11111100 100100 110101

Color Harmonies of #6B5AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5AB2

Black with #6B5AB2

Text Example


Text Example

White with #6B5AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,90,178); }

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

background-color css

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

 a { background-color: rgb(107,90,178); }

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

border-color css

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

 span { border-color: rgb(107,90,178); }

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