Html Css Color HEX #675AAA Blue Marguerite

📋 copy color: '#675AAA'

red 103 ◦ green 90 ◦ blue 170

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

Shades of Blue Marguerite #675AAA

Tints of Blue Marguerite #675AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.83%

R = 28.37%
G = 24.79%
B = 46.83%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#675AAA (or 0x675AAA) is known color: Blue Marguerite. HEX triplet: 67, 5A and AA. RGB value is (103,90,170). Sum of RGB (Red+Green+Blue) = 103+90+170=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #675AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675AAA is #98A555. Grayscale: #666666. Windows color (decimal): -10003798 or 11164263. OLE color: 11164263.

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

Color convert

RGB 103 90 170 -
CMYK 0.39 0.47 0 0.33
HSL 249.75º 0.32% 0.51% -
HSV(B) 249.75º 0.47% 0.67% -
XYZ 16.51 13.1 39.69 -
YUV 103.01 165.81 128 -
System Red Green Blue C M Y K H S L
Decimal 103 90 170 0.39 0.47 0 0.33 249.75 0.32 0.51
Hex 67 5A AA 27 2F 0 21 FA 20 33
Octal 147 132 252 47 57 0 41 372 40 63
Binary 1100111 1011010 10101010 100111 101111 0 100001 11111010 100000 110011

Color Harmonies of #675AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675AAA

Black with #675AAA

Text Example


Text Example

White with #675AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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