Html Css Color HEX #675BAF Blue Marguerite

📋 copy color: '#675BAF'

red 103 ◦ green 91 ◦ blue 175

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

Shades of Blue Marguerite #675BAF

Tints of Blue Marguerite #675BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.43%

R = 27.91%
G = 24.66%
B = 47.43%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#675BAF (or 0x675BAF) is known color: Blue Marguerite. HEX triplet: 67, 5B and AF. RGB value is (103,91,175). Sum of RGB (Red+Green+Blue) = 103+91+175=369 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.91% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #675BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675BAF is #98A450. Grayscale: #676767. Windows color (decimal): -10003537 or 11492199. OLE color: 11492199.

HSL color Cylindrical-coordinate representation of color #675BAF: hue angle of 248.57º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #675BAF is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 103 91 175 -
CMYK 0.41 0.48 0 0.31
HSL 248.57º 0.34% 0.52% -
HSV(B) 248.57º 0.48% 0.69% -
XYZ 17.07 13.46 42.26 -
YUV 104.16 167.98 127.17 -
System Red Green Blue C M Y K H S L
Decimal 103 91 175 0.41 0.48 0 0.31 248.57 0.34 0.52
Hex 67 5B AF 29 30 0 1F F9 22 34
Octal 147 133 257 51 60 0 37 371 42 64
Binary 1100111 1011011 10101111 101001 110000 0 11111 11111001 100010 110100

Color Harmonies of #675BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675BAF

Black with #675BAF

Text Example


Text Example

White with #675BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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