Html Css Color HEX #6A61AA Blue Marguerite

📋 copy color: '#6A61AA'

red 106 ◦ green 97 ◦ blue 170

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

Shades of Blue Marguerite #6A61AA

Tints of Blue Marguerite #6A61AA

RGB

 RED value IS 106 (41.8% from 255) = 28.42%

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

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

R = 28.42%
G = 26.01%
B = 45.58%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A61AA (or 0x6A61AA) is known color: Blue Marguerite. HEX triplet: 6A, 61 and AA. RGB value is (106,97,170). Sum of RGB (Red+Green+Blue) = 106+97+170=373 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.42% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #6A61AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A61AA is #959E55. Grayscale: #6B6B6B. Windows color (decimal): -9805398 or 11166058. OLE color: 11166058.

HSL color Cylindrical-coordinate representation of color #6A61AA: hue angle of 247.4º 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 #6A61AA is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 97 170 -
CMYK 0.38 0.43 0 0.33
HSL 247.4º 0.3% 0.52% -
HSV(B) 247.4º 0.43% 0.67% -
XYZ 17.47 14.52 39.91 -
YUV 108.01 162.98 126.56 -
System Red Green Blue C M Y K H S L
Decimal 106 97 170 0.38 0.43 0 0.33 247.4 0.3 0.52
Hex 6A 61 AA 26 2B 0 21 F7 1E 34
Octal 152 141 252 46 53 0 41 367 36 64
Binary 1101010 1100001 10101010 100110 101011 0 100001 11110111 11110 110100

Color Harmonies of #6A61AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A61AA

Black with #6A61AA

Text Example


Text Example

White with #6A61AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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