Html Css Color HEX #6B5FBA Blue Marguerite

📋 copy color: '#6B5FBA'

red 107 ◦ green 95 ◦ blue 186

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

Shades of Blue Marguerite #6B5FBA

Tints of Blue Marguerite #6B5FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.48%

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

R = 27.58%
G = 24.48%
B = 47.94%

CMYK

 C value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6B5FBA (or 0x6B5FBA) is known color: Blue Marguerite. HEX triplet: 6B, 5F and BA. RGB value is (107,95,186). Sum of RGB (Red+Green+Blue) = 107+95+186=388 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.58% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B5FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5FBA is #94A045. Grayscale: #6C6C6C. Windows color (decimal): -9740358 or 12214123. OLE color: 12214123.

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

Color convert

RGB 107 95 186 -
CMYK 0.42 0.49 0 0.27
HSL 247.91º 0.4% 0.55% -
HSV(B) 247.91º 0.49% 0.73% -
XYZ 19.02 14.86 48.32 -
YUV 108.96 171.48 126.6 -
System Red Green Blue C M Y K H S L
Decimal 107 95 186 0.42 0.49 0 0.27 247.91 0.4 0.55
Hex 6B 5F BA 2A 31 0 1B F8 28 37
Octal 153 137 272 52 61 0 33 370 50 67
Binary 1101011 1011111 10111010 101010 110001 0 11011 11111000 101000 110111

Color Harmonies of #6B5FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5FBA

Black with #6B5FBA

Text Example


Text Example

White with #6B5FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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