Html Css Color HEX #6D65BA Blue Marguerite

📋 copy color: '#6D65BA'

red 109 ◦ green 101 ◦ blue 186

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

Shades of Blue Marguerite #6D65BA

Tints of Blue Marguerite #6D65BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.97%

R = 27.53%
G = 25.51%
B = 46.97%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D65BA (or 0x6D65BA) is known color: Blue Marguerite. HEX triplet: 6D, 65 and BA. RGB value is (109,101,186). Sum of RGB (Red+Green+Blue) = 109+101+186=396 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.53% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D65BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D65BA is #929A45. Grayscale: #707070. Windows color (decimal): -9607750 or 12215661. OLE color: 12215661.

HSL color Cylindrical-coordinate representation of color #6D65BA: hue angle of 245.65º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D65BA is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 101 186 -
CMYK 0.41 0.46 0 0.27
HSL 245.65º 0.38% 0.56% -
HSV(B) 245.65º 0.46% 0.73% -
XYZ 19.82 16.1 48.52 -
YUV 113.08 169.15 125.09 -
System Red Green Blue C M Y K H S L
Decimal 109 101 186 0.41 0.46 0 0.27 245.65 0.38 0.56
Hex 6D 65 BA 29 2E 0 1B F6 26 38
Octal 155 145 272 51 56 0 33 366 46 70
Binary 1101101 1100101 10111010 101001 101110 0 11011 11110110 100110 111000

Color Harmonies of #6D65BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D65BA

Black with #6D65BA

Text Example


Text Example

White with #6D65BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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