Html Css Color HEX #675DB1 Blue Marguerite

📋 copy color: '#675DB1'

red 103 ◦ green 93 ◦ blue 177

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

Shades of Blue Marguerite #675DB1

Tints of Blue Marguerite #675DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 47.45%

R = 27.61%
G = 24.93%
B = 47.45%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#675DB1 (or 0x675DB1) is known color: Blue Marguerite. HEX triplet: 67, 5D and B1. RGB value is (103,93,177). Sum of RGB (Red+Green+Blue) = 103+93+177=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 177 (69.53% from 255 or 47.45% from 373); Max value from RGB is 177 - color contains mainly: blue. Hex color #675DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675DB1 is #98A24E. Grayscale: #696969. Windows color (decimal): -10003023 or 11623783. OLE color: 11623783.

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

Color convert

RGB 103 93 177 -
CMYK 0.42 0.47 0 0.31
HSL 247.14º 0.35% 0.53% -
HSV(B) 247.14º 0.47% 0.69% -
XYZ 17.44 13.89 43.36 -
YUV 105.57 168.31 126.17 -
System Red Green Blue C M Y K H S L
Decimal 103 93 177 0.42 0.47 0 0.31 247.14 0.35 0.53
Hex 67 5D B1 2A 2F 0 1F F7 23 35
Octal 147 135 261 52 57 0 37 367 43 65
Binary 1100111 1011101 10110001 101010 101111 0 11111 11110111 100011 110101

Color Harmonies of #675DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675DB1

Black with #675DB1

Text Example


Text Example

White with #675DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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