Html Css Color HEX #675DB3 Blue Marguerite

📋 copy color: '#675DB3'

red 103 ◦ green 93 ◦ blue 179

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

Shades of Blue Marguerite #675DB3

Tints of Blue Marguerite #675DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.73%

R = 27.47%
G = 24.8%
B = 47.73%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#675DB3 (or 0x675DB3) is known color: Blue Marguerite. HEX triplet: 67, 5D and B3. RGB value is (103,93,179). Sum of RGB (Red+Green+Blue) = 103+93+179=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 179 (70.31% from 255 or 47.73% from 375); Max value from RGB is 179 - color contains mainly: blue. Hex color #675DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675DB3 is #98A24C. Grayscale: #696969. Windows color (decimal): -10003021 or 11754855. OLE color: 11754855.

HSL color Cylindrical-coordinate representation of color #675DB3: hue angle of 246.98º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #675DB3 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 103 93 179 -
CMYK 0.42 0.48 0 0.30
HSL 246.98º 0.36% 0.53% -
HSV(B) 246.98º 0.48% 0.7% -
XYZ 17.64 13.97 44.41 -
YUV 105.79 169.31 126.01 -
System Red Green Blue C M Y K H S L
Decimal 103 93 179 0.42 0.48 0 0.30 246.98 0.36 0.53
Hex 67 5D B3 2A 30 0 1E F7 24 35
Octal 147 135 263 52 60 0 36 367 44 65
Binary 1100111 1011101 10110011 101010 110000 0 11110 11110111 100100 110101

Color Harmonies of #675DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675DB3

Black with #675DB3

Text Example


Text Example

White with #675DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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