Html Css Color HEX #6B5BAE Blue Marguerite

📋 copy color: '#6B5BAE'

red 107 ◦ green 91 ◦ blue 174

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

Shades of Blue Marguerite #6B5BAE

Tints of Blue Marguerite #6B5BAE

RGB

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

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

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

R = 28.76%
G = 24.46%
B = 46.77%

CMYK

 C value IS 0.39

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6B5BAE (or 0x6B5BAE) is known color: Blue Marguerite. HEX triplet: 6B, 5B and AE. RGB value is (107,91,174). Sum of RGB (Red+Green+Blue) = 107+91+174=372 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.76% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B5BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5BAE is #94A451. Grayscale: #686868. Windows color (decimal): -9741394 or 11426667. OLE color: 11426667.

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

Color convert

RGB 107 91 174 -
CMYK 0.39 0.48 0 0.32
HSL 251.57º 0.34% 0.52% -
HSV(B) 251.57º 0.48% 0.68% -
XYZ 17.44 13.66 41.76 -
YUV 105.25 166.8 129.25 -
System Red Green Blue C M Y K H S L
Decimal 107 91 174 0.39 0.48 0 0.32 251.57 0.34 0.52
Hex 6B 5B AE 27 30 0 20 FC 22 34
Octal 153 133 256 47 60 0 40 374 42 64
Binary 1101011 1011011 10101110 100111 110000 0 100000 11111100 100010 110100

Color Harmonies of #6B5BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5BAE

Black with #6B5BAE

Text Example


Text Example

White with #6B5BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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