Html Css Color HEX #6757A7 Blue Marguerite

📋 copy color: '#6757A7'

red 103 ◦ green 87 ◦ blue 167

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

Shades of Blue Marguerite #6757A7

Tints of Blue Marguerite #6757A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 46.78%

R = 28.85%
G = 24.37%
B = 46.78%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6757A7 (or 0x6757A7) is known color: Blue Marguerite. HEX triplet: 67, 57 and A7. RGB value is (103,87,167). Sum of RGB (Red+Green+Blue) = 103+87+167=357 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.85% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 167 (65.62% from 255 or 46.78% from 357); Max value from RGB is 167 - color contains mainly: blue. Hex color #6757A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6757A7 is #98A858. Grayscale: #646464. Windows color (decimal): -10004569 or 10966887. OLE color: 10966887.

HSL color Cylindrical-coordinate representation of color #6757A7: hue angle of 252º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6757A7 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 103 87 167 -
CMYK 0.38 0.48 0 0.35
HSL 252º 0.31% 0.5% -
HSV(B) 252º 0.48% 0.65% -
XYZ 15.98 12.49 38.13 -
YUV 100.9 165.3 129.5 -
System Red Green Blue C M Y K H S L
Decimal 103 87 167 0.38 0.48 0 0.35 252 0.31 0.5
Hex 67 57 A7 26 30 0 23 FC 1F 32
Octal 147 127 247 46 60 0 43 374 37 62
Binary 1100111 1010111 10100111 100110 110000 0 100011 11111100 11111 110010

Color Harmonies of #6757A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6757A7

Black with #6757A7

Text Example


Text Example

White with #6757A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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