Html Css Color HEX #675AB7 Blue Marguerite

📋 copy color: '#675AB7'

red 103 ◦ green 90 ◦ blue 183

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

Shades of Blue Marguerite #675AB7

Tints of Blue Marguerite #675AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 48.67%

R = 27.39%
G = 23.94%
B = 48.67%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#675AB7 (or 0x675AB7) is known color: Blue Marguerite. HEX triplet: 67, 5A and B7. RGB value is (103,90,183). Sum of RGB (Red+Green+Blue) = 103+90+183=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 183 (71.88% from 255 or 48.67% from 376); Max value from RGB is 183 - color contains mainly: blue. Hex color #675AB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675AB7 is #98A548. Grayscale: #686868. Windows color (decimal): -10003785 or 12016231. OLE color: 12016231.

HSL color Cylindrical-coordinate representation of color #675AB7: hue angle of 248.39º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #675AB7 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 103 90 183 -
CMYK 0.44 0.51 0 0.28
HSL 248.39º 0.39% 0.54% -
HSV(B) 248.39º 0.51% 0.72% -
XYZ 17.8 13.61 46.49 -
YUV 104.49 172.31 126.94 -
System Red Green Blue C M Y K H S L
Decimal 103 90 183 0.44 0.51 0 0.28 248.39 0.39 0.54
Hex 67 5A B7 2C 33 0 1C F8 27 36
Octal 147 132 267 54 63 0 34 370 47 66
Binary 1100111 1011010 10110111 101100 110011 0 11100 11111000 100111 110110

Color Harmonies of #675AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675AB7

Black with #675AB7

Text Example


Text Example

White with #675AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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