Html Css Color HEX #675AAC Blue Marguerite

📋 copy color: '#675AAC'

red 103 ◦ green 90 ◦ blue 172

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

Shades of Blue Marguerite #675AAC

Tints of Blue Marguerite #675AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.12%

R = 28.22%
G = 24.66%
B = 47.12%

CMYK

 C value IS 0.40

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#675AAC (or 0x675AAC) is known color: Blue Marguerite. HEX triplet: 67, 5A and AC. RGB value is (103,90,172). Sum of RGB (Red+Green+Blue) = 103+90+172=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #675AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675AAC is #98A553. Grayscale: #666666. Windows color (decimal): -10003796 or 11295335. OLE color: 11295335.

HSL color Cylindrical-coordinate representation of color #675AAC: hue angle of 249.51º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #675AAC is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 90 172 -
CMYK 0.40 0.48 0 0.33
HSL 249.51º 0.33% 0.51% -
HSV(B) 249.51º 0.48% 0.67% -
XYZ 16.7 13.17 40.69 -
YUV 103.24 166.81 127.83 -
System Red Green Blue C M Y K H S L
Decimal 103 90 172 0.40 0.48 0 0.33 249.51 0.33 0.51
Hex 67 5A AC 28 30 0 21 FA 21 33
Octal 147 132 254 50 60 0 41 372 41 63
Binary 1100111 1011010 10101100 101000 110000 0 100001 11111010 100001 110011

Color Harmonies of #675AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675AAC

Black with #675AAC

Text Example


Text Example

White with #675AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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