Html Css Color HEX #675BA7 Blue Marguerite

📋 copy color: '#675BA7'

red 103 ◦ green 91 ◦ blue 167

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

Shades of Blue Marguerite #675BA7

Tints of Blue Marguerite #675BA7

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.21%

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

R = 28.53%
G = 25.21%
B = 46.26%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#675BA7 (or 0x675BA7) is known color: Blue Marguerite. HEX triplet: 67, 5B and A7. RGB value is (103,91,167). Sum of RGB (Red+Green+Blue) = 103+91+167=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 167 (65.62% from 255 or 46.26% from 361); Max value from RGB is 167 - color contains mainly: blue. Hex color #675BA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675BA7 is #98A458. Grayscale: #666666. Windows color (decimal): -10003545 or 10967911. OLE color: 10967911.

HSL color Cylindrical-coordinate representation of color #675BA7: hue angle of 249.47º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #675BA7 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 103 91 167 -
CMYK 0.38 0.46 0 0.35
HSL 249.47º 0.3% 0.51% -
HSV(B) 249.47º 0.46% 0.65% -
XYZ 16.31 13.16 38.24 -
YUV 103.25 163.98 127.82 -
System Red Green Blue C M Y K H S L
Decimal 103 91 167 0.38 0.46 0 0.35 249.47 0.3 0.51
Hex 67 5B A7 26 2E 0 23 F9 1E 33
Octal 147 133 247 46 56 0 43 371 36 63
Binary 1100111 1011011 10100111 100110 101110 0 100011 11111001 11110 110011

Color Harmonies of #675BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675BA7

Black with #675BA7

Text Example


Text Example

White with #675BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675BA7; }

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

 H1.HeaderClassName
 {
   color: #675BA7;
 }
 .AnyTagClassName
 {
   color: #675BA7;
 }
</style>

background-color css

<style>
 a { background-color: #675BA7; }

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

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

border-color css

<style>
 span { border-color: #675BA7; }

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

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