Html Css Color HEX #6B5BAC Blue Marguerite

📋 copy color: '#6B5BAC'

red 107 ◦ green 91 ◦ blue 172

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

Shades of Blue Marguerite #6B5BAC

Tints of Blue Marguerite #6B5BAC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.59%

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

R = 28.92%
G = 24.59%
B = 46.49%

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

#6B5BAC (or 0x6B5BAC) is known color: Blue Marguerite. HEX triplet: 6B, 5B and AC. RGB value is (107,91,172). Sum of RGB (Red+Green+Blue) = 107+91+172=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B5BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5BAC is #94A453. Grayscale: #686868. Windows color (decimal): -9741396 or 11295595. OLE color: 11295595.

HSL color Cylindrical-coordinate representation of color #6B5BAC: hue angle of 251.85º 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 #6B5BAC is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 91 172 -
CMYK 0.38 0.47 0 0.33
HSL 251.85º 0.33% 0.52% -
HSV(B) 251.85º 0.47% 0.67% -
XYZ 17.25 13.59 40.74 -
YUV 105.02 165.8 129.41 -
System Red Green Blue C M Y K H S L
Decimal 107 91 172 0.38 0.47 0 0.33 251.85 0.33 0.52
Hex 6B 5B AC 26 2F 0 21 FC 21 34
Octal 153 133 254 46 57 0 41 374 41 64
Binary 1101011 1011011 10101100 100110 101111 0 100001 11111100 100001 110100

Color Harmonies of #6B5BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5BAC

Black with #6B5BAC

Text Example


Text Example

White with #6B5BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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