Html Css Color HEX #6B5DB1 Blue Marguerite

📋 copy color: '#6B5DB1'

red 107 ◦ green 93 ◦ blue 177

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

Shades of Blue Marguerite #6B5DB1

Tints of Blue Marguerite #6B5DB1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.67%

 BLUE value IS 177 (69.53% from 255) = 46.95%

R = 28.38%
G = 24.67%
B = 46.95%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6B5DB1 (or 0x6B5DB1) is known color: Blue Marguerite. HEX triplet: 6B, 5D and B1. RGB value is (107,93,177). Sum of RGB (Red+Green+Blue) = 107+93+177=377 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.38% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 177 (69.53% from 255 or 46.95% from 377); Max value from RGB is 177 - color contains mainly: blue. Hex color #6B5DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5DB1 is #94A24E. Grayscale: #6A6A6A. Windows color (decimal): -9740879 or 11623787. OLE color: 11623787.

HSL color Cylindrical-coordinate representation of color #6B5DB1: hue angle of 250º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B5DB1 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 107 93 177 -
CMYK 0.40 0.47 0 0.31
HSL 250º 0.35% 0.53% -
HSV(B) 250º 0.47% 0.69% -
XYZ 17.91 14.13 43.38 -
YUV 106.76 167.64 128.17 -
System Red Green Blue C M Y K H S L
Decimal 107 93 177 0.40 0.47 0 0.31 250 0.35 0.53
Hex 6B 5D B1 28 2F 0 1F FA 23 35
Octal 153 135 261 50 57 0 37 372 43 65
Binary 1101011 1011101 10110001 101000 101111 0 11111 11111010 100011 110101

Color Harmonies of #6B5DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5DB1

Black with #6B5DB1

Text Example


Text Example

White with #6B5DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,93,177); }

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

background-color css

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

 a { background-color: rgb(107,93,177); }

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

border-color css

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

 span { border-color: rgb(107,93,177); }

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