Html Css Color HEX #6B63B3 Blue Marguerite

📋 copy color: '#6B63B3'

red 107 ◦ green 99 ◦ blue 179

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

Shades of Blue Marguerite #6B63B3

Tints of Blue Marguerite #6B63B3

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.71%

 BLUE value IS 179 (70.31% from 255) = 46.49%

R = 27.79%
G = 25.71%
B = 46.49%

CMYK

 C value IS 0.40

 M value IS 0.45

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6B63B3 (or 0x6B63B3) is known color: Blue Marguerite. HEX triplet: 6B, 63 and B3. RGB value is (107,99,179). Sum of RGB (Red+Green+Blue) = 107+99+179=385 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.79% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 179 - color contains mainly: blue. Hex color #6B63B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B63B3 is #949C4C. Grayscale: #6E6E6E. Windows color (decimal): -9739341 or 11756395. OLE color: 11756395.

HSL color Cylindrical-coordinate representation of color #6B63B3: hue angle of 246º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6B63B3 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 107 99 179 -
CMYK 0.40 0.45 0 0.30
HSL 246º 0.34% 0.55% -
HSV(B) 246º 0.45% 0.7% -
XYZ 18.66 15.3 44.62 -
YUV 110.51 166.65 125.5 -
System Red Green Blue C M Y K H S L
Decimal 107 99 179 0.40 0.45 0 0.30 246 0.34 0.55
Hex 6B 63 B3 28 2D 0 1E F6 22 37
Octal 153 143 263 50 55 0 36 366 42 67
Binary 1101011 1100011 10110011 101000 101101 0 11110 11110110 100010 110111

Color Harmonies of #6B63B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B63B3

Black with #6B63B3

Text Example


Text Example

White with #6B63B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,99,179); }

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

background-color css

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

 a { background-color: rgb(107,99,179); }

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

border-color css

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

 span { border-color: rgb(107,99,179); }

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