Html Css Color HEX #6C4DBD Blue Marguerite

📋 copy color: '#6C4DBD'

red 108 ◦ green 77 ◦ blue 189

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

Shades of Blue Marguerite #6C4DBD

Tints of Blue Marguerite #6C4DBD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.59%

 BLUE value IS 189 (74.22% from 255) = 50.53%

R = 28.88%
G = 20.59%
B = 50.53%

CMYK

 C value IS 0.43

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6C4DBD (or 0x6C4DBD) is known color: Blue Marguerite. HEX triplet: 6C, 4D and BD. RGB value is (108,77,189). Sum of RGB (Red+Green+Blue) = 108+77+189=374 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.88% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #6C4DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C4DBD is #93B242. Grayscale: #626262. Windows color (decimal): -9679427 or 12406124. OLE color: 12406124.

HSL color Cylindrical-coordinate representation of color #6C4DBD: hue angle of 256.61º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6C4DBD is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 108 77 189 -
CMYK 0.43 0.59 0 0.26
HSL 256.61º 0.46% 0.52% -
HSV(B) 256.61º 0.59% 0.74% -
XYZ 18.02 12.17 49.54 -
YUV 99.04 178.77 134.39 -
System Red Green Blue C M Y K H S L
Decimal 108 77 189 0.43 0.59 0 0.26 256.61 0.46 0.52
Hex 6C 4D BD 2B 3B 0 1A 101 2E 34
Octal 154 115 275 53 73 0 32 401 56 64
Binary 1101100 1001101 10111101 101011 111011 0 11010 100000001 101110 110100

Color Harmonies of #6C4DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4DBD

Black with #6C4DBD

Text Example


Text Example

White with #6C4DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,77,189); }

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

background-color css

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

 a { background-color: rgb(108,77,189); }

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

border-color css

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

 span { border-color: rgb(108,77,189); }

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