Html Css Color HEX #6E64B3 Blue Marguerite

📋 copy color: '#6E64B3'

red 110 ◦ green 100 ◦ blue 179

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

Shades of Blue Marguerite #6E64B3

Tints of Blue Marguerite #6E64B3

RGB

 RED value IS 110 (43.36% from 255) = 28.28%

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

 BLUE value IS 179 (70.31% from 255) = 46.02%

R = 28.28%
G = 25.71%
B = 46.02%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6E64B3 (or 0x6E64B3) is known color: Blue Marguerite. HEX triplet: 6E, 64 and B3. RGB value is (110,100,179). Sum of RGB (Red+Green+Blue) = 110+100+179=389 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.28% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 179 (70.31% from 255 or 46.02% from 389); Max value from RGB is 179 - color contains mainly: blue. Hex color #6E64B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E64B3 is #919B4C. Grayscale: #6F6F6F. Windows color (decimal): -9542477 or 11756654. OLE color: 11756654.

HSL color Cylindrical-coordinate representation of color #6E64B3: hue angle of 247.59º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E64B3 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 110 100 179 -
CMYK 0.39 0.44 0 0.30
HSL 247.59º 0.34% 0.55% -
HSV(B) 247.59º 0.44% 0.7% -
XYZ 19.12 15.68 44.67 -
YUV 112 165.81 126.58 -
System Red Green Blue C M Y K H S L
Decimal 110 100 179 0.39 0.44 0 0.30 247.59 0.34 0.55
Hex 6E 64 B3 27 2C 0 1E F8 22 37
Octal 156 144 263 47 54 0 36 370 42 67
Binary 1101110 1100100 10110011 100111 101100 0 11110 11111000 100010 110111

Color Harmonies of #6E64B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E64B3

Black with #6E64B3

Text Example


Text Example

White with #6E64B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,100,179); }

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

background-color css

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

 a { background-color: rgb(110,100,179); }

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

border-color css

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

 span { border-color: rgb(110,100,179); }

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