Html Css Color HEX #6D4CBB Blue Marguerite

📋 copy color: '#6D4CBB'

red 109 ◦ green 76 ◦ blue 187

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

Shades of Blue Marguerite #6D4CBB

Tints of Blue Marguerite #6D4CBB

RGB

 RED value IS 109 (42.97% from 255) = 29.3%

 GREEN value IS 76 (30.08% from 255) = 20.43%

 BLUE value IS 187 (73.44% from 255) = 50.27%

R = 29.3%
G = 20.43%
B = 50.27%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D4CBB (or 0x6D4CBB) is known color: Blue Marguerite. HEX triplet: 6D, 4C and BB. RGB value is (109,76,187). Sum of RGB (Red+Green+Blue) = 109+76+187=372 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.30% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D4CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4CBB is #92B344. Grayscale: #626262. Windows color (decimal): -9614149 or 12274797. OLE color: 12274797.

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

Color convert

RGB 109 76 187 -
CMYK 0.42 0.59 0 0.27
HSL 257.84º 0.45% 0.52% -
HSV(B) 257.84º 0.59% 0.73% -
XYZ 17.86 12.01 48.39 -
YUV 98.52 177.93 135.47 -
System Red Green Blue C M Y K H S L
Decimal 109 76 187 0.42 0.59 0 0.27 257.84 0.45 0.52
Hex 6D 4C BB 2A 3B 0 1B 102 2D 34
Octal 155 114 273 52 73 0 33 402 55 64
Binary 1101101 1001100 10111011 101010 111011 0 11011 100000010 101101 110100

Color Harmonies of #6D4CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4CBB

Black with #6D4CBB

Text Example


Text Example

White with #6D4CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,76,187); }

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

background-color css

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

 a { background-color: rgb(109,76,187); }

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

border-color css

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

 span { border-color: rgb(109,76,187); }

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