Html Css Color HEX #6A5EBE Blue Marguerite

📋 copy color: '#6A5EBE'

red 106 ◦ green 94 ◦ blue 190

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

Shades of Blue Marguerite #6A5EBE

Tints of Blue Marguerite #6A5EBE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.1%

 BLUE value IS 190 (74.61% from 255) = 48.72%

R = 27.18%
G = 24.1%
B = 48.72%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6A5EBE (or 0x6A5EBE) is known color: Blue Marguerite. HEX triplet: 6A, 5E and BE. RGB value is (106,94,190). Sum of RGB (Red+Green+Blue) = 106+94+190=390 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.18% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #6A5EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5EBE is #95A141. Grayscale: #6C6C6C. Windows color (decimal): -9806146 or 12476010. OLE color: 12476010.

HSL color Cylindrical-coordinate representation of color #6A5EBE: hue angle of 247.5º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6A5EBE is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 94 190 -
CMYK 0.44 0.51 0 0.25
HSL 247.5º 0.42% 0.56% -
HSV(B) 247.5º 0.51% 0.75% -
XYZ 19.24 14.79 50.56 -
YUV 108.53 173.98 126.19 -
System Red Green Blue C M Y K H S L
Decimal 106 94 190 0.44 0.51 0 0.25 247.5 0.42 0.56
Hex 6A 5E BE 2C 33 0 19 F8 2A 38
Octal 152 136 276 54 63 0 31 370 52 70
Binary 1101010 1011110 10111110 101100 110011 0 11001 11111000 101010 111000

Color Harmonies of #6A5EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5EBE

Black with #6A5EBE

Text Example


Text Example

White with #6A5EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,94,190); }

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

background-color css

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

 a { background-color: rgb(106,94,190); }

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

border-color css

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

 span { border-color: rgb(106,94,190); }

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