Html Css Color HEX #6D60AF Blue Marguerite

📋 copy color: '#6D60AF'

red 109 ◦ green 96 ◦ blue 175

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

Shades of Blue Marguerite #6D60AF

Tints of Blue Marguerite #6D60AF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.26%

 BLUE value IS 175 (68.75% from 255) = 46.05%

R = 28.68%
G = 25.26%
B = 46.05%

CMYK

 C value IS 0.38

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6D60AF (or 0x6D60AF) is known color: Blue Marguerite. HEX triplet: 6D, 60 and AF. RGB value is (109,96,175). Sum of RGB (Red+Green+Blue) = 109+96+175=380 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.68% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D60AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D60AF is #929F50. Grayscale: #6C6C6C. Windows color (decimal): -9609041 or 11493485. OLE color: 11493485.

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

Color convert

RGB 109 96 175 -
CMYK 0.38 0.45 0 0.31
HSL 249.87º 0.33% 0.53% -
HSV(B) 249.87º 0.45% 0.69% -
XYZ 18.23 14.71 42.44 -
YUV 108.89 165.31 128.08 -
System Red Green Blue C M Y K H S L
Decimal 109 96 175 0.38 0.45 0 0.31 249.87 0.33 0.53
Hex 6D 60 AF 26 2D 0 1F FA 21 35
Octal 155 140 257 46 55 0 37 372 41 65
Binary 1101101 1100000 10101111 100110 101101 0 11111 11111010 100001 110101

Color Harmonies of #6D60AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D60AF

Black with #6D60AF

Text Example


Text Example

White with #6D60AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,96,175); }

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

background-color css

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

 a { background-color: rgb(109,96,175); }

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

border-color css

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

 span { border-color: rgb(109,96,175); }

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