Html Css Color HEX #6B4EBF Blue Marguerite

📋 copy color: '#6B4EBF'

red 107 ◦ green 78 ◦ blue 191

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

Shades of Blue Marguerite #6B4EBF

Tints of Blue Marguerite #6B4EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.8%

R = 28.46%
G = 20.74%
B = 50.8%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B4EBF (or 0x6B4EBF) is known color: Blue Marguerite. HEX triplet: 6B, 4E and BF. RGB value is (107,78,191). Sum of RGB (Red+Green+Blue) = 107+78+191=376 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.46% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B4EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B4EBF is #94B140. Grayscale: #636363. Windows color (decimal): -9744705 or 12537451. OLE color: 12537451.

HSL color Cylindrical-coordinate representation of color #6B4EBF: hue angle of 255.4º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6B4EBF is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 78 191 -
CMYK 0.44 0.59 0 0.25
HSL 255.4º 0.47% 0.53% -
HSV(B) 255.4º 0.59% 0.75% -
XYZ 18.19 12.34 50.71 -
YUV 99.55 179.61 133.31 -
System Red Green Blue C M Y K H S L
Decimal 107 78 191 0.44 0.59 0 0.25 255.4 0.47 0.53
Hex 6B 4E BF 2C 3B 0 19 FF 2F 35
Octal 153 116 277 54 73 0 31 377 57 65
Binary 1101011 1001110 10111111 101100 111011 0 11001 11111111 101111 110101

Color Harmonies of #6B4EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4EBF

Black with #6B4EBF

Text Example


Text Example

White with #6B4EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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