Html Css Color HEX #6B54BE Blue Marguerite

📋 copy color: '#6B54BE'

red 107 ◦ green 84 ◦ blue 190

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

Shades of Blue Marguerite #6B54BE

Tints of Blue Marguerite #6B54BE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.05%

 BLUE value IS 190 (74.61% from 255) = 49.87%

R = 28.08%
G = 22.05%
B = 49.87%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B54BE (or 0x6B54BE) is known color: Blue Marguerite. HEX triplet: 6B, 54 and BE. RGB value is (107,84,190). Sum of RGB (Red+Green+Blue) = 107+84+190=381 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.08% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B54BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B54BE is #94AB41. Grayscale: #666666. Windows color (decimal): -9743170 or 12473451. OLE color: 12473451.

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

Color convert

RGB 107 84 190 -
CMYK 0.44 0.56 0 0.25
HSL 253.02º 0.45% 0.54% -
HSV(B) 253.02º 0.56% 0.75% -
XYZ 18.53 13.18 50.28 -
YUV 102.96 177.12 130.88 -
System Red Green Blue C M Y K H S L
Decimal 107 84 190 0.44 0.56 0 0.25 253.02 0.45 0.54
Hex 6B 54 BE 2C 38 0 19 FD 2D 36
Octal 153 124 276 54 70 0 31 375 55 66
Binary 1101011 1010100 10111110 101100 111000 0 11001 11111101 101101 110110

Color Harmonies of #6B54BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B54BE

Black with #6B54BE

Text Example


Text Example

White with #6B54BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,84,190); }

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

background-color css

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

 a { background-color: rgb(107,84,190); }

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

border-color css

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

 span { border-color: rgb(107,84,190); }

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