Html Css Color HEX #6D58B8 Blue Marguerite

📋 copy color: '#6D58B8'

red 109 ◦ green 88 ◦ blue 184

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

Shades of Blue Marguerite #6D58B8

Tints of Blue Marguerite #6D58B8

RGB

 RED value IS 109 (42.97% from 255) = 28.61%

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

 BLUE value IS 184 (72.27% from 255) = 48.29%

R = 28.61%
G = 23.1%
B = 48.29%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6D58B8 (or 0x6D58B8) is known color: Blue Marguerite. HEX triplet: 6D, 58 and B8. RGB value is (109,88,184). Sum of RGB (Red+Green+Blue) = 109+88+184=381 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.61% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 184 (72.27% from 255 or 48.29% from 381); Max value from RGB is 184 - color contains mainly: blue. Hex color #6D58B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D58B8 is #92A747. Grayscale: #686868. Windows color (decimal): -9611080 or 12081261. OLE color: 12081261.

HSL color Cylindrical-coordinate representation of color #6D58B8: hue angle of 253.12º 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 #6D58B8 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 109 88 184 -
CMYK 0.41 0.52 0 0.28
HSL 253.13º 0.4% 0.53% -
HSV(B) 253.13º 0.52% 0.72% -
XYZ 18.45 13.69 47.02 -
YUV 105.22 172.46 130.69 -
System Red Green Blue C M Y K H S L
Decimal 109 88 184 0.41 0.52 0 0.28 253.13 0.4 0.53
Hex 6D 58 B8 29 34 0 1C FD 28 35
Octal 155 130 270 51 64 0 34 375 50 65
Binary 1101101 1011000 10111000 101001 110100 0 11100 11111101 101000 110101

Color Harmonies of #6D58B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D58B8

Black with #6D58B8

Text Example


Text Example

White with #6D58B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,88,184); }

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

background-color css

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

 a { background-color: rgb(109,88,184); }

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

border-color css

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

 span { border-color: rgb(109,88,184); }

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