Html Css Color HEX #6B58AD Blue Marguerite

📋 copy color: '#6B58AD'

red 107 ◦ green 88 ◦ blue 173

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

Shades of Blue Marguerite #6B58AD

Tints of Blue Marguerite #6B58AD

RGB

 RED value IS 107 (42.19% from 255) = 29.08%

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

 BLUE value IS 173 (67.97% from 255) = 47.01%

R = 29.08%
G = 23.91%
B = 47.01%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6B58AD (or 0x6B58AD) is known color: Blue Marguerite. HEX triplet: 6B, 58 and AD. RGB value is (107,88,173). Sum of RGB (Red+Green+Blue) = 107+88+173=368 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.08% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B58AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B58AD is #94A752. Grayscale: #676767. Windows color (decimal): -9742163 or 11360363. OLE color: 11360363.

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

Color convert

RGB 107 88 173 -
CMYK 0.38 0.49 0 0.32
HSL 253.41º 0.34% 0.51% -
HSV(B) 253.41º 0.49% 0.68% -
XYZ 17.1 13.12 41.17 -
YUV 103.37 167.29 130.59 -
System Red Green Blue C M Y K H S L
Decimal 107 88 173 0.38 0.49 0 0.32 253.41 0.34 0.51
Hex 6B 58 AD 26 31 0 20 FD 22 33
Octal 153 130 255 46 61 0 40 375 42 63
Binary 1101011 1011000 10101101 100110 110001 0 100000 11111101 100010 110011

Color Harmonies of #6B58AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B58AD

Black with #6B58AD

Text Example


Text Example

White with #6B58AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,88,173); }

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

background-color css

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

 a { background-color: rgb(107,88,173); }

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

border-color css

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

 span { border-color: rgb(107,88,173); }

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