Html Css Color HEX #6B4FBA Blue Marguerite

📋 copy color: '#6B4FBA'

red 107 ◦ green 79 ◦ blue 186

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

Shades of Blue Marguerite #6B4FBA

Tints of Blue Marguerite #6B4FBA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.24%

 BLUE value IS 186 (73.05% from 255) = 50%

R = 28.76%
G = 21.24%
B = 50%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6B4FBA (or 0x6B4FBA) is known color: Blue Marguerite. HEX triplet: 6B, 4F and BA. RGB value is (107,79,186). Sum of RGB (Red+Green+Blue) = 107+79+186=372 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.76% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B4FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B4FBA is #94B045. Grayscale: #636363. Windows color (decimal): -9744454 or 12210027. OLE color: 12210027.

HSL color Cylindrical-coordinate representation of color #6B4FBA: hue angle of 255.7º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B4FBA is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 107 79 186 -
CMYK 0.42 0.58 0 0.27
HSL 255.7º 0.44% 0.52% -
HSV(B) 255.7º 0.58% 0.73% -
XYZ 17.72 12.26 47.89 -
YUV 99.57 176.78 133.3 -
System Red Green Blue C M Y K H S L
Decimal 107 79 186 0.42 0.58 0 0.27 255.7 0.44 0.52
Hex 6B 4F BA 2A 3A 0 1B 100 2C 34
Octal 153 117 272 52 72 0 33 400 54 64
Binary 1101011 1001111 10111010 101010 111010 0 11011 100000000 101100 110100

Color Harmonies of #6B4FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4FBA

Black with #6B4FBA

Text Example


Text Example

White with #6B4FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,79,186); }

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

background-color css

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

 a { background-color: rgb(107,79,186); }

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

border-color css

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

 span { border-color: rgb(107,79,186); }

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