Html Css Color HEX #675FAD Blue Marguerite

📋 copy color: '#675FAD'

red 103 ◦ green 95 ◦ blue 173

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

Shades of Blue Marguerite #675FAD

Tints of Blue Marguerite #675FAD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.61%

 BLUE value IS 173 (67.97% from 255) = 46.63%

R = 27.76%
G = 25.61%
B = 46.63%

CMYK

 C value IS 0.40

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#675FAD (or 0x675FAD) is known color: Blue Marguerite. HEX triplet: 67, 5F and AD. RGB value is (103,95,173). Sum of RGB (Red+Green+Blue) = 103+95+173=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #675FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675FAD is #98A052. Grayscale: #696969. Windows color (decimal): -10002515 or 11362151. OLE color: 11362151.

HSL color Cylindrical-coordinate representation of color #675FAD: hue angle of 246.15º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #675FAD is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 103 95 173 -
CMYK 0.40 0.45 0 0.32
HSL 246.15º 0.32% 0.53% -
HSV(B) 246.15º 0.45% 0.68% -
XYZ 17.23 14.09 41.35 -
YUV 106.28 165.65 125.66 -
System Red Green Blue C M Y K H S L
Decimal 103 95 173 0.40 0.45 0 0.32 246.15 0.32 0.53
Hex 67 5F AD 28 2D 0 20 F6 20 35
Octal 147 137 255 50 55 0 40 366 40 65
Binary 1100111 1011111 10101101 101000 101101 0 100000 11110110 100000 110101

Color Harmonies of #675FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675FAD

Black with #675FAD

Text Example


Text Example

White with #675FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,95,173); }

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

background-color css

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

 a { background-color: rgb(103,95,173); }

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

border-color css

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

 span { border-color: rgb(103,95,173); }

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