Html Css Color HEX #6C4DB0 Blue Marguerite

📋 copy color: '#6C4DB0'

red 108 ◦ green 77 ◦ blue 176

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

Shades of Blue Marguerite #6C4DB0

Tints of Blue Marguerite #6C4DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 48.75%

R = 29.92%
G = 21.33%
B = 48.75%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6C4DB0 (or 0x6C4DB0) is known color: Blue Marguerite. HEX triplet: 6C, 4D and B0. RGB value is (108,77,176). Sum of RGB (Red+Green+Blue) = 108+77+176=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 176 (69.14% from 255 or 48.75% from 361); Max value from RGB is 176 - color contains mainly: blue. Hex color #6C4DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C4DB0 is #93B24F. Grayscale: #616161. Windows color (decimal): -9679440 or 11554156. OLE color: 11554156.

HSL color Cylindrical-coordinate representation of color #6C4DB0: hue angle of 258.79º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C4DB0 is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 108 77 176 -
CMYK 0.39 0.56 0 0.31
HSL 258.79º 0.39% 0.5% -
HSV(B) 258.79º 0.56% 0.69% -
XYZ 16.67 11.63 42.44 -
YUV 97.56 172.27 135.45 -
System Red Green Blue C M Y K H S L
Decimal 108 77 176 0.39 0.56 0 0.31 258.79 0.39 0.5
Hex 6C 4D B0 27 38 0 1F 103 27 32
Octal 154 115 260 47 70 0 37 403 47 62
Binary 1101100 1001101 10110000 100111 111000 0 11111 100000011 100111 110010

Color Harmonies of #6C4DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4DB0

Black with #6C4DB0

Text Example


Text Example

White with #6C4DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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