Html Css Color HEX #675DAE Blue Marguerite

📋 copy color: '#675DAE'

red 103 ◦ green 93 ◦ blue 174

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

Shades of Blue Marguerite #675DAE

Tints of Blue Marguerite #675DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.14%

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

R = 27.84%
G = 25.14%
B = 47.03%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#675DAE (or 0x675DAE) is known color: Blue Marguerite. HEX triplet: 67, 5D and AE. RGB value is (103,93,174). Sum of RGB (Red+Green+Blue) = 103+93+174=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #675DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675DAE is #98A251. Grayscale: #686868. Windows color (decimal): -10003026 or 11427175. OLE color: 11427175.

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

Color convert

RGB 103 93 174 -
CMYK 0.41 0.47 0 0.32
HSL 247.41º 0.33% 0.52% -
HSV(B) 247.41º 0.47% 0.68% -
XYZ 17.15 13.77 41.8 -
YUV 105.22 166.81 126.41 -
System Red Green Blue C M Y K H S L
Decimal 103 93 174 0.41 0.47 0 0.32 247.41 0.33 0.52
Hex 67 5D AE 29 2F 0 20 F7 21 34
Octal 147 135 256 51 57 0 40 367 41 64
Binary 1100111 1011101 10101110 101001 101111 0 100000 11110111 100001 110100

Color Harmonies of #675DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675DAE

Black with #675DAE

Text Example


Text Example

White with #675DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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