Html Css Color HEX #6B64AC Blue Marguerite

📋 copy color: '#6B64AC'

red 107 ◦ green 100 ◦ blue 172

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

Shades of Blue Marguerite #6B64AC

Tints of Blue Marguerite #6B64AC

RGB

 RED value IS 107 (42.19% from 255) = 28.23%

 GREEN value IS 100 (39.45% from 255) = 26.39%

 BLUE value IS 172 (67.58% from 255) = 45.38%

R = 28.23%
G = 26.39%
B = 45.38%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B64AC (or 0x6B64AC) is known color: Blue Marguerite. HEX triplet: 6B, 64 and AC. RGB value is (107,100,172). Sum of RGB (Red+Green+Blue) = 107+100+172=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B64AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B64AC is #949B53. Grayscale: #6E6E6E. Windows color (decimal): -9739092 or 11297899. OLE color: 11297899.

HSL color Cylindrical-coordinate representation of color #6B64AC: hue angle of 245.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B64AC is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 100 172 -
CMYK 0.38 0.42 0 0.33
HSL 245.83º 0.3% 0.53% -
HSV(B) 245.83º 0.42% 0.67% -
XYZ 18.07 15.22 41.02 -
YUV 110.3 162.82 125.65 -
System Red Green Blue C M Y K H S L
Decimal 107 100 172 0.38 0.42 0 0.33 245.83 0.3 0.53
Hex 6B 64 AC 26 2A 0 21 F6 1E 35
Octal 153 144 254 46 52 0 41 366 36 65
Binary 1101011 1100100 10101100 100110 101010 0 100001 11110110 11110 110101

Color Harmonies of #6B64AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B64AC

Black with #6B64AC

Text Example


Text Example

White with #6B64AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,100,172); }

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

background-color css

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

 a { background-color: rgb(107,100,172); }

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

border-color css

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

 span { border-color: rgb(107,100,172); }

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