Html Css Color HEX #6B53BA Blue Marguerite

📋 copy color: '#6B53BA'

red 107 ◦ green 83 ◦ blue 186

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

Shades of Blue Marguerite #6B53BA

Tints of Blue Marguerite #6B53BA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.07%

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

R = 28.46%
G = 22.07%
B = 49.47%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6B53BA (or 0x6B53BA) is known color: Blue Marguerite. HEX triplet: 6B, 53 and BA. RGB value is (107,83,186). Sum of RGB (Red+Green+Blue) = 107+83+186=376 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.46% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B53BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B53BA is #94AC45. Grayscale: #656565. Windows color (decimal): -9743430 or 12211051. OLE color: 12211051.

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

Color convert

RGB 107 83 186 -
CMYK 0.42 0.55 0 0.27
HSL 253.98º 0.43% 0.53% -
HSV(B) 253.98º 0.55% 0.73% -
XYZ 18.02 12.86 47.99 -
YUV 101.92 175.45 131.62 -
System Red Green Blue C M Y K H S L
Decimal 107 83 186 0.42 0.55 0 0.27 253.98 0.43 0.53
Hex 6B 53 BA 2A 37 0 1B FE 2B 35
Octal 153 123 272 52 67 0 33 376 53 65
Binary 1101011 1010011 10111010 101010 110111 0 11011 11111110 101011 110101

Color Harmonies of #6B53BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B53BA

Black with #6B53BA

Text Example


Text Example

White with #6B53BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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