Html Css Color HEX #675BAE Blue Marguerite

📋 copy color: '#675BAE'

red 103 ◦ green 91 ◦ blue 174

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

Shades of Blue Marguerite #675BAE

Tints of Blue Marguerite #675BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.28%

R = 27.99%
G = 24.73%
B = 47.28%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#675BAE (or 0x675BAE) is known color: Blue Marguerite. HEX triplet: 67, 5B and AE. RGB value is (103,91,174). Sum of RGB (Red+Green+Blue) = 103+91+174=368 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.99% from 368); Green value is 91 (35.94% from 255 or 24.73% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #675BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675BAE is #98A451. Grayscale: #676767. Windows color (decimal): -10003538 or 11426663. OLE color: 11426663.

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

Color convert

RGB 103 91 174 -
CMYK 0.41 0.48 0 0.32
HSL 248.67º 0.34% 0.52% -
HSV(B) 248.67º 0.48% 0.68% -
XYZ 16.97 13.42 41.74 -
YUV 104.05 167.48 127.25 -
System Red Green Blue C M Y K H S L
Decimal 103 91 174 0.41 0.48 0 0.32 248.67 0.34 0.52
Hex 67 5B AE 29 30 0 20 F9 22 34
Octal 147 133 256 51 60 0 40 371 42 64
Binary 1100111 1011011 10101110 101001 110000 0 100000 11111001 100010 110100

Color Harmonies of #675BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675BAE

Black with #675BAE

Text Example


Text Example

White with #675BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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