Html Css Color HEX #6B5DB3 Blue Marguerite

📋 copy color: '#6B5DB3'

red 107 ◦ green 93 ◦ blue 179

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

Shades of Blue Marguerite #6B5DB3

Tints of Blue Marguerite #6B5DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.23%

R = 28.23%
G = 24.54%
B = 47.23%

CMYK

 C value IS 0.40

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6B5DB3 (or 0x6B5DB3) is known color: Blue Marguerite. HEX triplet: 6B, 5D and B3. RGB value is (107,93,179). Sum of RGB (Red+Green+Blue) = 107+93+179=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 179 (70.31% from 255 or 47.23% from 379); Max value from RGB is 179 - color contains mainly: blue. Hex color #6B5DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5DB3 is #94A24C. Grayscale: #6A6A6A. Windows color (decimal): -9740877 or 11754859. OLE color: 11754859.

HSL color Cylindrical-coordinate representation of color #6B5DB3: hue angle of 249.77º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B5DB3 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 107 93 179 -
CMYK 0.40 0.48 0 0.30
HSL 249.77º 0.36% 0.53% -
HSV(B) 249.77º 0.48% 0.7% -
XYZ 18.11 14.21 44.44 -
YUV 106.99 168.64 128.01 -
System Red Green Blue C M Y K H S L
Decimal 107 93 179 0.40 0.48 0 0.30 249.77 0.36 0.53
Hex 6B 5D B3 28 30 0 1E FA 24 35
Octal 153 135 263 50 60 0 36 372 44 65
Binary 1101011 1011101 10110011 101000 110000 0 11110 11111010 100100 110101

Color Harmonies of #6B5DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5DB3

Black with #6B5DB3

Text Example


Text Example

White with #6B5DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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