Html Css Color HEX #6759BA Blue Marguerite

📋 copy color: '#6759BA'

red 103 ◦ green 89 ◦ blue 186

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

Shades of Blue Marguerite #6759BA

Tints of Blue Marguerite #6759BA

RGB

 RED value IS 103 (40.63% from 255) = 27.25%

 GREEN value IS 89 (35.16% from 255) = 23.54%

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

R = 27.25%
G = 23.54%
B = 49.21%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6759BA (or 0x6759BA) is known color: Blue Marguerite. HEX triplet: 67, 59 and BA. RGB value is (103,89,186). Sum of RGB (Red+Green+Blue) = 103+89+186=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #6759BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6759BA is #98A645. Grayscale: #676767. Windows color (decimal): -10004038 or 12212583. OLE color: 12212583.

HSL color Cylindrical-coordinate representation of color #6759BA: hue angle of 248.66º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6759BA is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 103 89 186 -
CMYK 0.45 0.52 0 0.27
HSL 248.66º 0.41% 0.54% -
HSV(B) 248.66º 0.52% 0.73% -
XYZ 18.03 13.57 48.12 -
YUV 104.24 174.14 127.11 -
System Red Green Blue C M Y K H S L
Decimal 103 89 186 0.45 0.52 0 0.27 248.66 0.41 0.54
Hex 67 59 BA 2D 34 0 1B F9 29 36
Octal 147 131 272 55 64 0 33 371 51 66
Binary 1100111 1011001 10111010 101101 110100 0 11011 11111001 101001 110110

Color Harmonies of #6759BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6759BA

Black with #6759BA

Text Example


Text Example

White with #6759BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6759BA; }

 p { color: rgb(103,89,186); }

 H1.HeaderClassName
 {
   color: #6759BA;
 }
 .AnyTagClassName
 {
   color: #6759BA;
 }
</style>

background-color css

<style>
 a { background-color: #6759BA; }

 a { background-color: rgb(103,89,186); }

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

border-color css

<style>
 span { border-color: #6759BA; }

 span { border-color: rgb(103,89,186); }

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