Html Css Color HEX #6B5CAC Blue Marguerite

📋 copy color: '#6B5CAC'

red 107 ◦ green 92 ◦ blue 172

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

Shades of Blue Marguerite #6B5CAC

Tints of Blue Marguerite #6B5CAC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.8%

 BLUE value IS 172 (67.58% from 255) = 46.36%

R = 28.84%
G = 24.8%
B = 46.36%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B5CAC (or 0x6B5CAC) is known color: Blue Marguerite. HEX triplet: 6B, 5C and AC. RGB value is (107,92,172). Sum of RGB (Red+Green+Blue) = 107+92+172=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B5CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5CAC is #94A353. Grayscale: #696969. Windows color (decimal): -9741140 or 11295851. OLE color: 11295851.

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

Color convert

RGB 107 92 172 -
CMYK 0.38 0.47 0 0.33
HSL 251.25º 0.33% 0.52% -
HSV(B) 251.25º 0.47% 0.67% -
XYZ 17.34 13.76 40.77 -
YUV 105.61 165.47 129 -
System Red Green Blue C M Y K H S L
Decimal 107 92 172 0.38 0.47 0 0.33 251.25 0.33 0.52
Hex 6B 5C AC 26 2F 0 21 FB 21 34
Octal 153 134 254 46 57 0 41 373 41 64
Binary 1101011 1011100 10101100 100110 101111 0 100001 11111011 100001 110100

Color Harmonies of #6B5CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5CAC

Black with #6B5CAC

Text Example


Text Example

White with #6B5CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,92,172); }

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

background-color css

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

 a { background-color: rgb(107,92,172); }

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

border-color css

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

 span { border-color: rgb(107,92,172); }

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