Html Css Color HEX #675FAF Blue Marguerite

📋 copy color: '#675FAF'

red 103 ◦ green 95 ◦ blue 175

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

Shades of Blue Marguerite #675FAF

Tints of Blue Marguerite #675FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.92%

R = 27.61%
G = 25.47%
B = 46.92%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#675FAF (or 0x675FAF) is known color: Blue Marguerite. HEX triplet: 67, 5F and AF. RGB value is (103,95,175). Sum of RGB (Red+Green+Blue) = 103+95+175=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #675FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675FAF is #98A050. Grayscale: #6A6A6A. Windows color (decimal): -10002513 or 11493223. OLE color: 11493223.

HSL color Cylindrical-coordinate representation of color #675FAF: hue angle of 246º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #675FAF is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 103 95 175 -
CMYK 0.41 0.46 0 0.31
HSL 246º 0.33% 0.53% -
HSV(B) 246º 0.46% 0.69% -
XYZ 17.42 14.16 42.37 -
YUV 106.51 166.65 125.5 -
System Red Green Blue C M Y K H S L
Decimal 103 95 175 0.41 0.46 0 0.31 246 0.33 0.53
Hex 67 5F AF 29 2E 0 1F F6 21 35
Octal 147 137 257 51 56 0 37 366 41 65
Binary 1100111 1011111 10101111 101001 101110 0 11111 11110110 100001 110101

Color Harmonies of #675FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675FAF

Black with #675FAF

Text Example


Text Example

White with #675FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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