Html Css Color HEX #6B58AE Blue Marguerite

📋 copy color: '#6B58AE'

red 107 ◦ green 88 ◦ blue 174

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

Shades of Blue Marguerite #6B58AE

Tints of Blue Marguerite #6B58AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.15%

R = 29%
G = 23.85%
B = 47.15%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6B58AE (or 0x6B58AE) is known color: Blue Marguerite. HEX triplet: 6B, 58 and AE. RGB value is (107,88,174). Sum of RGB (Red+Green+Blue) = 107+88+174=369 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.00% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B58AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B58AE is #94A751. Grayscale: #676767. Windows color (decimal): -9742162 or 11425899. OLE color: 11425899.

HSL color Cylindrical-coordinate representation of color #6B58AE: hue angle of 253.26º degrees, saturation: 0.35, 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 #6B58AE is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 107 88 174 -
CMYK 0.39 0.49 0 0.32
HSL 253.26º 0.35% 0.51% -
HSV(B) 253.26º 0.49% 0.68% -
XYZ 17.19 13.16 41.68 -
YUV 103.49 167.79 130.51 -
System Red Green Blue C M Y K H S L
Decimal 107 88 174 0.39 0.49 0 0.32 253.26 0.35 0.51
Hex 6B 58 AE 27 31 0 20 FD 23 33
Octal 153 130 256 47 61 0 40 375 43 63
Binary 1101011 1011000 10101110 100111 110001 0 100000 11111101 100011 110011

Color Harmonies of #6B58AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B58AE

Black with #6B58AE

Text Example


Text Example

White with #6B58AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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