Html Css Color HEX #6757BD Blue Marguerite

📋 copy color: '#6757BD'

red 103 ◦ green 87 ◦ blue 189

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

Shades of Blue Marguerite #6757BD

Tints of Blue Marguerite #6757BD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.96%

 BLUE value IS 189 (74.22% from 255) = 49.87%

R = 27.18%
G = 22.96%
B = 49.87%

CMYK

 C value IS 0.46

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6757BD (or 0x6757BD) is known color: Blue Marguerite. HEX triplet: 67, 57 and BD. RGB value is (103,87,189). Sum of RGB (Red+Green+Blue) = 103+87+189=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #6757BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6757BD is #98A842. Grayscale: #676767. Windows color (decimal): -10004547 or 12408679. OLE color: 12408679.

HSL color Cylindrical-coordinate representation of color #6757BD: hue angle of 249.41º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6757BD is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 103 87 189 -
CMYK 0.46 0.54 0 0.26
HSL 249.41º 0.44% 0.54% -
HSV(B) 249.41º 0.54% 0.74% -
XYZ 18.19 13.37 49.77 -
YUV 103.41 176.3 127.71 -
System Red Green Blue C M Y K H S L
Decimal 103 87 189 0.46 0.54 0 0.26 249.41 0.44 0.54
Hex 67 57 BD 2E 36 0 1A F9 2C 36
Octal 147 127 275 56 66 0 32 371 54 66
Binary 1100111 1010111 10111101 101110 110110 0 11010 11111001 101100 110110

Color Harmonies of #6757BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6757BD

Black with #6757BD

Text Example


Text Example

White with #6757BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6757BD; }

 p { color: rgb(103,87,189); }

 H1.HeaderClassName
 {
   color: #6757BD;
 }
 .AnyTagClassName
 {
   color: #6757BD;
 }
</style>

background-color css

<style>
 a { background-color: #6757BD; }

 a { background-color: rgb(103,87,189); }

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

border-color css

<style>
 span { border-color: #6757BD; }

 span { border-color: rgb(103,87,189); }

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