Html Css Color HEX #6C5EBE Blue Marguerite

📋 copy color: '#6C5EBE'

red 108 ◦ green 94 ◦ blue 190

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

Shades of Blue Marguerite #6C5EBE

Tints of Blue Marguerite #6C5EBE

RGB

 RED value IS 108 (42.58% from 255) = 27.55%

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

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

R = 27.55%
G = 23.98%
B = 48.47%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6C5EBE (or 0x6C5EBE) is known color: Blue Marguerite. HEX triplet: 6C, 5E and BE. RGB value is (108,94,190). Sum of RGB (Red+Green+Blue) = 108+94+190=392 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.55% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C5EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5EBE is #93A141. Grayscale: #6C6C6C. Windows color (decimal): -9675074 or 12476012. OLE color: 12476012.

HSL color Cylindrical-coordinate representation of color #6C5EBE: hue angle of 248.75º 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 #6C5EBE is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 108 94 190 -
CMYK 0.43 0.51 0 0.25
HSL 248.75º 0.42% 0.56% -
HSV(B) 248.75º 0.51% 0.75% -
XYZ 19.48 14.91 50.57 -
YUV 109.13 173.64 127.19 -
System Red Green Blue C M Y K H S L
Decimal 108 94 190 0.43 0.51 0 0.25 248.75 0.42 0.56
Hex 6C 5E BE 2B 33 0 19 F9 2A 38
Octal 154 136 276 53 63 0 31 371 52 70
Binary 1101100 1011110 10111110 101011 110011 0 11001 11111001 101010 111000

Color Harmonies of #6C5EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5EBE

Black with #6C5EBE

Text Example


Text Example

White with #6C5EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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