Html Css Color HEX #675EAA Blue Marguerite

📋 copy color: '#675EAA'

red 103 ◦ green 94 ◦ blue 170

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

Shades of Blue Marguerite #675EAA

Tints of Blue Marguerite #675EAA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.61%

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

R = 28.07%
G = 25.61%
B = 46.32%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#675EAA (or 0x675EAA) is known color: Blue Marguerite. HEX triplet: 67, 5E and AA. RGB value is (103,94,170). Sum of RGB (Red+Green+Blue) = 103+94+170=367 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.07% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #675EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675EAA is #98A155. Grayscale: #696969. Windows color (decimal): -10002774 or 11165287. OLE color: 11165287.

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

Color convert

RGB 103 94 170 -
CMYK 0.39 0.45 0 0.33
HSL 247.11º 0.31% 0.52% -
HSV(B) 247.11º 0.45% 0.67% -
XYZ 16.85 13.79 39.8 -
YUV 105.36 164.48 126.32 -
System Red Green Blue C M Y K H S L
Decimal 103 94 170 0.39 0.45 0 0.33 247.11 0.31 0.52
Hex 67 5E AA 27 2D 0 21 F7 1F 34
Octal 147 136 252 47 55 0 41 367 37 64
Binary 1100111 1011110 10101010 100111 101101 0 100001 11110111 11111 110100

Color Harmonies of #675EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675EAA

Black with #675EAA

Text Example


Text Example

White with #675EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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