Html Css Color HEX #6A5BBA Blue Marguerite

📋 copy color: '#6A5BBA'

red 106 ◦ green 91 ◦ blue 186

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

Shades of Blue Marguerite #6A5BBA

Tints of Blue Marguerite #6A5BBA

RGB

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

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

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

R = 27.68%
G = 23.76%
B = 48.56%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6A5BBA (or 0x6A5BBA) is known color: Blue Marguerite. HEX triplet: 6A, 5B and BA. RGB value is (106,91,186). Sum of RGB (Red+Green+Blue) = 106+91+186=383 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.68% from 383); Green value is 91 (35.94% from 255 or 23.76% 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 #6A5BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5BBA is #95A445. Grayscale: #696969. Windows color (decimal): -9806918 or 12213098. OLE color: 12213098.

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

Color convert

RGB 106 91 186 -
CMYK 0.43 0.51 0 0.27
HSL 249.47º 0.41% 0.54% -
HSV(B) 249.47º 0.51% 0.73% -
XYZ 18.55 14.09 48.2 -
YUV 106.32 172.97 127.78 -
System Red Green Blue C M Y K H S L
Decimal 106 91 186 0.43 0.51 0 0.27 249.47 0.41 0.54
Hex 6A 5B BA 2B 33 0 1B F9 29 36
Octal 152 133 272 53 63 0 33 371 51 66
Binary 1101010 1011011 10111010 101011 110011 0 11011 11111001 101001 110110

Color Harmonies of #6A5BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5BBA

Black with #6A5BBA

Text Example


Text Example

White with #6A5BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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