Html Css Color HEX #6A58B7 Blue Marguerite

📋 copy color: '#6A58B7'

red 106 ◦ green 88 ◦ blue 183

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

Shades of Blue Marguerite #6A58B7

Tints of Blue Marguerite #6A58B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 48.54%

R = 28.12%
G = 23.34%
B = 48.54%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6A58B7 (or 0x6A58B7) is known color: Blue Marguerite. HEX triplet: 6A, 58 and B7. RGB value is (106,88,183). Sum of RGB (Red+Green+Blue) = 106+88+183=377 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.12% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 183 (71.88% from 255 or 48.54% from 377); Max value from RGB is 183 - color contains mainly: blue. Hex color #6A58B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A58B7 is #95A748. Grayscale: #676767. Windows color (decimal): -9807689 or 12015722. OLE color: 12015722.

HSL color Cylindrical-coordinate representation of color #6A58B7: hue angle of 251.37º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A58B7 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 106 88 183 -
CMYK 0.42 0.52 0 0.28
HSL 251.37º 0.4% 0.53% -
HSV(B) 251.37º 0.52% 0.72% -
XYZ 17.98 13.46 46.45 -
YUV 104.21 172.46 129.28 -
System Red Green Blue C M Y K H S L
Decimal 106 88 183 0.42 0.52 0 0.28 251.37 0.4 0.53
Hex 6A 58 B7 2A 34 0 1C FB 28 35
Octal 152 130 267 52 64 0 34 373 50 65
Binary 1101010 1011000 10110111 101010 110100 0 11100 11111011 101000 110101

Color Harmonies of #6A58B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A58B7

Black with #6A58B7

Text Example


Text Example

White with #6A58B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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