Html Css Color HEX #6C4ABC Blue Marguerite

📋 copy color: '#6C4ABC'

red 108 ◦ green 74 ◦ blue 188

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

Shades of Blue Marguerite #6C4ABC

Tints of Blue Marguerite #6C4ABC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20%

 BLUE value IS 188 (73.83% from 255) = 50.81%

R = 29.19%
G = 20%
B = 50.81%

CMYK

 C value IS 0.43

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6C4ABC (or 0x6C4ABC) is known color: Blue Marguerite. HEX triplet: 6C, 4A and BC. RGB value is (108,74,188). Sum of RGB (Red+Green+Blue) = 108+74+188=370 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.19% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #6C4ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C4ABC is #93B543. Grayscale: #606060. Windows color (decimal): -9680196 or 12339820. OLE color: 12339820.

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

Color convert

RGB 108 74 188 -
CMYK 0.43 0.61 0 0.26
HSL 257.89º 0.46% 0.51% -
HSV(B) 257.89º 0.61% 0.74% -
XYZ 17.71 11.72 48.91 -
YUV 97.16 179.26 135.73 -
System Red Green Blue C M Y K H S L
Decimal 108 74 188 0.43 0.61 0 0.26 257.89 0.46 0.51
Hex 6C 4A BC 2B 3D 0 1A 102 2E 33
Octal 154 112 274 53 75 0 32 402 56 63
Binary 1101100 1001010 10111100 101011 111101 0 11010 100000010 101110 110011

Color Harmonies of #6C4ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4ABC

Black with #6C4ABC

Text Example


Text Example

White with #6C4ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,74,188); }

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

background-color css

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

 a { background-color: rgb(108,74,188); }

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

border-color css

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

 span { border-color: rgb(108,74,188); }

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