Html Css Color HEX #6A58AB Blue Marguerite

📋 copy color: '#6A58AB'

red 106 ◦ green 88 ◦ blue 171

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

Shades of Blue Marguerite #6A58AB

Tints of Blue Marguerite #6A58AB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.11%

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

R = 29.04%
G = 24.11%
B = 46.85%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A58AB (or 0x6A58AB) is known color: Blue Marguerite. HEX triplet: 6A, 58 and AB. RGB value is (106,88,171). Sum of RGB (Red+Green+Blue) = 106+88+171=365 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.04% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A58AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A58AB is #95A754. Grayscale: #666666. Windows color (decimal): -9807701 or 11229290. OLE color: 11229290.

HSL color Cylindrical-coordinate representation of color #6A58AB: hue angle of 253.01º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A58AB is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 88 171 -
CMYK 0.38 0.49 0 0.33
HSL 253.01º 0.33% 0.51% -
HSV(B) 253.01º 0.49% 0.67% -
XYZ 16.78 12.98 40.15 -
YUV 102.84 166.46 130.25 -
System Red Green Blue C M Y K H S L
Decimal 106 88 171 0.38 0.49 0 0.33 253.01 0.33 0.51
Hex 6A 58 AB 26 31 0 21 FD 21 33
Octal 152 130 253 46 61 0 41 375 41 63
Binary 1101010 1011000 10101011 100110 110001 0 100001 11111101 100001 110011

Color Harmonies of #6A58AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A58AB

Black with #6A58AB

Text Example


Text Example

White with #6A58AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,88,171); }

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

background-color css

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

 a { background-color: rgb(106,88,171); }

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

border-color css

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

 span { border-color: rgb(106,88,171); }

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