Html Css Color HEX #6D65AB Blue Marguerite

📋 copy color: '#6D65AB'

red 109 ◦ green 101 ◦ blue 171

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

Shades of Blue Marguerite #6D65AB

Tints of Blue Marguerite #6D65AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.88%

R = 28.61%
G = 26.51%
B = 44.88%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D65AB (or 0x6D65AB) is known color: Blue Marguerite. HEX triplet: 6D, 65 and AB. RGB value is (109,101,171). Sum of RGB (Red+Green+Blue) = 109+101+171=381 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.61% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D65AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D65AB is #929A54. Grayscale: #6F6F6F. Windows color (decimal): -9607765 or 11232621. OLE color: 11232621.

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

Color convert

RGB 109 101 171 -
CMYK 0.36 0.41 0 0.33
HSL 246.86º 0.29% 0.53% -
HSV(B) 246.86º 0.41% 0.67% -
XYZ 18.31 15.5 40.55 -
YUV 111.37 161.65 126.31 -
System Red Green Blue C M Y K H S L
Decimal 109 101 171 0.36 0.41 0 0.33 246.86 0.29 0.53
Hex 6D 65 AB 24 29 0 21 F7 1D 35
Octal 155 145 253 44 51 0 41 367 35 65
Binary 1101101 1100101 10101011 100100 101001 0 100001 11110111 11101 110101

Color Harmonies of #6D65AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D65AB

Black with #6D65AB

Text Example


Text Example

White with #6D65AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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