Html Css Color HEX #6C61AA Blue Marguerite

📋 copy color: '#6C61AA'

red 108 ◦ green 97 ◦ blue 170

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

Shades of Blue Marguerite #6C61AA

Tints of Blue Marguerite #6C61AA

RGB

 RED value IS 108 (42.58% from 255) = 28.8%

 GREEN value IS 97 (38.28% from 255) = 25.87%

 BLUE value IS 170 (66.8% from 255) = 45.33%

R = 28.8%
G = 25.87%
B = 45.33%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C61AA (or 0x6C61AA) is known color: Blue Marguerite. HEX triplet: 6C, 61 and AA. RGB value is (108,97,170). Sum of RGB (Red+Green+Blue) = 108+97+170=375 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.8% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C61AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C61AA is #939E55. Grayscale: #6C6C6C. Windows color (decimal): -9674326 or 11166060. OLE color: 11166060.

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

Color convert

RGB 108 97 170 -
CMYK 0.36 0.43 0 0.33
HSL 249.04º 0.3% 0.52% -
HSV(B) 249.04º 0.43% 0.67% -
XYZ 17.71 14.64 39.92 -
YUV 108.61 162.64 127.56 -
System Red Green Blue C M Y K H S L
Decimal 108 97 170 0.36 0.43 0 0.33 249.04 0.3 0.52
Hex 6C 61 AA 24 2B 0 21 F9 1E 34
Octal 154 141 252 44 53 0 41 371 36 64
Binary 1101100 1100001 10101010 100100 101011 0 100001 11111001 11110 110100

Color Harmonies of #6C61AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C61AA

Black with #6C61AA

Text Example


Text Example

White with #6C61AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,97,170); }

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

background-color css

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

 a { background-color: rgb(108,97,170); }

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

border-color css

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

 span { border-color: rgb(108,97,170); }

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