Html Css Color HEX #675BAC Blue Marguerite

📋 copy color: '#675BAC'

red 103 ◦ green 91 ◦ blue 172

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

Shades of Blue Marguerite #675BAC

Tints of Blue Marguerite #675BAC

RGB

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

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

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

R = 28.14%
G = 24.86%
B = 46.99%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#675BAC (or 0x675BAC) is known color: Blue Marguerite. HEX triplet: 67, 5B and AC. RGB value is (103,91,172). Sum of RGB (Red+Green+Blue) = 103+91+172=366 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.14% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #675BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675BAC is #98A453. Grayscale: #676767. Windows color (decimal): -10003540 or 11295591. OLE color: 11295591.

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

Color convert

RGB 103 91 172 -
CMYK 0.40 0.47 0 0.33
HSL 248.89º 0.33% 0.52% -
HSV(B) 248.89º 0.47% 0.67% -
XYZ 16.78 13.34 40.72 -
YUV 103.82 166.48 127.41 -
System Red Green Blue C M Y K H S L
Decimal 103 91 172 0.40 0.47 0 0.33 248.89 0.33 0.52
Hex 67 5B AC 28 2F 0 21 F9 21 34
Octal 147 133 254 50 57 0 41 371 41 64
Binary 1100111 1011011 10101100 101000 101111 0 100001 11111001 100001 110100

Color Harmonies of #675BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675BAC

Black with #675BAC

Text Example


Text Example

White with #675BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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