Html Css Color HEX #675DB0 Blue Marguerite

📋 copy color: '#675DB0'

red 103 ◦ green 93 ◦ blue 176

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

Shades of Blue Marguerite #675DB0

Tints of Blue Marguerite #675DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 47.31%

R = 27.69%
G = 25%
B = 47.31%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#675DB0 (or 0x675DB0) is known color: Blue Marguerite. HEX triplet: 67, 5D and B0. RGB value is (103,93,176). Sum of RGB (Red+Green+Blue) = 103+93+176=372 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.69% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 176 (69.14% from 255 or 47.31% from 372); Max value from RGB is 176 - color contains mainly: blue. Hex color #675DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675DB0 is #98A24F. Grayscale: #696969. Windows color (decimal): -10003024 or 11558247. OLE color: 11558247.

HSL color Cylindrical-coordinate representation of color #675DB0: hue angle of 247.23º degrees, saturation: 0.34, 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 #675DB0 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 103 93 176 -
CMYK 0.41 0.47 0 0.31
HSL 247.23º 0.34% 0.53% -
HSV(B) 247.23º 0.47% 0.69% -
XYZ 17.34 13.85 42.83 -
YUV 105.45 167.81 126.25 -
System Red Green Blue C M Y K H S L
Decimal 103 93 176 0.41 0.47 0 0.31 247.23 0.34 0.53
Hex 67 5D B0 29 2F 0 1F F7 22 35
Octal 147 135 260 51 57 0 37 367 42 65
Binary 1100111 1011101 10110000 101001 101111 0 11111 11110111 100010 110101

Color Harmonies of #675DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675DB0

Black with #675DB0

Text Example


Text Example

White with #675DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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