Html Css Color HEX #6D65AC Blue Marguerite

📋 copy color: '#6D65AC'

red 109 ◦ green 101 ◦ blue 172

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

Shades of Blue Marguerite #6D65AC

Tints of Blue Marguerite #6D65AC

RGB

 RED value IS 109 (42.97% from 255) = 28.53%

 GREEN value IS 101 (39.84% from 255) = 26.44%

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

R = 28.53%
G = 26.44%
B = 45.03%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D65AC (or 0x6D65AC) is known color: Blue Marguerite. HEX triplet: 6D, 65 and AC. RGB value is (109,101,172). Sum of RGB (Red+Green+Blue) = 109+101+172=382 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.53% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #6D65AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D65AC is #929A53. Grayscale: #6F6F6F. Windows color (decimal): -9607764 or 11298157. OLE color: 11298157.

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

Color convert

RGB 109 101 172 -
CMYK 0.37 0.41 0 0.33
HSL 246.76º 0.3% 0.54% -
HSV(B) 246.76º 0.41% 0.67% -
XYZ 18.41 15.54 41.06 -
YUV 111.49 162.15 126.23 -
System Red Green Blue C M Y K H S L
Decimal 109 101 172 0.37 0.41 0 0.33 246.76 0.3 0.54
Hex 6D 65 AC 25 29 0 21 F7 1E 36
Octal 155 145 254 45 51 0 41 367 36 66
Binary 1101101 1100101 10101100 100101 101001 0 100001 11110111 11110 110110

Color Harmonies of #6D65AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D65AC

Black with #6D65AC

Text Example


Text Example

White with #6D65AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,101,172); }

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

background-color css

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

 a { background-color: rgb(109,101,172); }

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

border-color css

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

 span { border-color: rgb(109,101,172); }

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