Html Css Color HEX #6B5ABA Blue Marguerite

📋 copy color: '#6B5ABA'

red 107 ◦ green 90 ◦ blue 186

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

Shades of Blue Marguerite #6B5ABA

Tints of Blue Marguerite #6B5ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.56%

R = 27.94%
G = 23.5%
B = 48.56%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6B5ABA (or 0x6B5ABA) is known color: Blue Marguerite. HEX triplet: 6B, 5A and BA. RGB value is (107,90,186). Sum of RGB (Red+Green+Blue) = 107+90+186=383 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.94% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B5ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5ABA is #94A545. Grayscale: #696969. Windows color (decimal): -9741638 or 12212843. OLE color: 12212843.

HSL color Cylindrical-coordinate representation of color #6B5ABA: hue angle of 250.63º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B5ABA is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 107 90 186 -
CMYK 0.42 0.52 0 0.27
HSL 250.63º 0.41% 0.54% -
HSV(B) 250.63º 0.52% 0.73% -
XYZ 18.58 13.98 48.17 -
YUV 106.03 173.13 128.69 -
System Red Green Blue C M Y K H S L
Decimal 107 90 186 0.42 0.52 0 0.27 250.63 0.41 0.54
Hex 6B 5A BA 2A 34 0 1B FB 29 36
Octal 153 132 272 52 64 0 33 373 51 66
Binary 1101011 1011010 10111010 101010 110100 0 11011 11111011 101001 110110

Color Harmonies of #6B5ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5ABA

Black with #6B5ABA

Text Example


Text Example

White with #6B5ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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