Html Css Color HEX #6B4EBD Blue Marguerite

📋 copy color: '#6B4EBD'

red 107 ◦ green 78 ◦ blue 189

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

Shades of Blue Marguerite #6B4EBD

Tints of Blue Marguerite #6B4EBD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.86%

 BLUE value IS 189 (74.22% from 255) = 50.53%

R = 28.61%
G = 20.86%
B = 50.53%

CMYK

 C value IS 0.43

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6B4EBD (or 0x6B4EBD) is known color: Blue Marguerite. HEX triplet: 6B, 4E and BD. RGB value is (107,78,189). Sum of RGB (Red+Green+Blue) = 107+78+189=374 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.61% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #6B4EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B4EBD is #94B142. Grayscale: #626262. Windows color (decimal): -9744707 or 12406379. OLE color: 12406379.

HSL color Cylindrical-coordinate representation of color #6B4EBD: hue angle of 255.68º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6B4EBD is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 107 78 189 -
CMYK 0.43 0.59 0 0.26
HSL 255.68º 0.46% 0.52% -
HSV(B) 255.68º 0.59% 0.74% -
XYZ 17.97 12.25 49.56 -
YUV 99.33 178.61 133.47 -
System Red Green Blue C M Y K H S L
Decimal 107 78 189 0.43 0.59 0 0.26 255.68 0.46 0.52
Hex 6B 4E BD 2B 3B 0 1A 100 2E 34
Octal 153 116 275 53 73 0 32 400 56 64
Binary 1101011 1001110 10111101 101011 111011 0 11010 100000000 101110 110100

Color Harmonies of #6B4EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4EBD

Black with #6B4EBD

Text Example


Text Example

White with #6B4EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,78,189); }

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

background-color css

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

 a { background-color: rgb(107,78,189); }

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

border-color css

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

 span { border-color: rgb(107,78,189); }

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