Html Css Color HEX #675AB3 Blue Marguerite

📋 copy color: '#675AB3'

red 103 ◦ green 90 ◦ blue 179

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

Shades of Blue Marguerite #675AB3

Tints of Blue Marguerite #675AB3

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.19%

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

R = 27.69%
G = 24.19%
B = 48.12%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#675AB3 (or 0x675AB3) is known color: Blue Marguerite. HEX triplet: 67, 5A and B3. RGB value is (103,90,179). Sum of RGB (Red+Green+Blue) = 103+90+179=372 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.69% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 179 (70.31% from 255 or 48.12% from 372); Max value from RGB is 179 - color contains mainly: blue. Hex color #675AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675AB3 is #98A54C. Grayscale: #676767. Windows color (decimal): -10003789 or 11754087. OLE color: 11754087.

HSL color Cylindrical-coordinate representation of color #675AB3: hue angle of 248.76º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #675AB3 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 103 90 179 -
CMYK 0.42 0.50 0 0.30
HSL 248.76º 0.37% 0.53% -
HSV(B) 248.76º 0.5% 0.7% -
XYZ 17.39 13.45 44.33 -
YUV 104.03 170.31 127.26 -
System Red Green Blue C M Y K H S L
Decimal 103 90 179 0.42 0.50 0 0.30 248.76 0.37 0.53
Hex 67 5A B3 2A 32 0 1E F9 25 35
Octal 147 132 263 52 62 0 36 371 45 65
Binary 1100111 1011010 10110011 101010 110010 0 11110 11111001 100101 110101

Color Harmonies of #675AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675AB3

Black with #675AB3

Text Example


Text Example

White with #675AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,90,179); }

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

background-color css

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

 a { background-color: rgb(103,90,179); }

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

border-color css

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

 span { border-color: rgb(103,90,179); }

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