Html Css Color HEX #675D9B Scampi

📋 copy color: '#675D9B'

red 103 ◦ green 93 ◦ blue 155

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

Shades of Scampi #675D9B

Tints of Scampi #675D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.16%

R = 29.34%
G = 26.5%
B = 44.16%

CMYK

 C value IS 0.34

 M value IS 0.4

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#675D9B (or 0x675D9B) is known color: Scampi. HEX triplet: 67, 5D and 9B. RGB value is (103,93,155). Sum of RGB (Red+Green+Blue) = 103+93+155=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #675D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675D9B is #98A264. Grayscale: #666666. Windows color (decimal): -10003045 or 10181991. OLE color: 10181991.

HSL color Cylindrical-coordinate representation of color #675D9B: hue angle of 249.68º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #675D9B is Cyan = 0.34, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 103 93 155 -
CMYK 0.34 0.4 0 0.39
HSL 249.68º 0.25% 0.49% -
HSV(B) 249.68º 0.4% 0.61% -
XYZ 15.42 13.08 32.72 -
YUV 103.06 157.31 127.96 -
System Red Green Blue C M Y K H S L
Decimal 103 93 155 0.34 0.4 0 0.39 249.68 0.25 0.49
Hex 67 5D 9B 22 28 0 27 FA 19 31
Octal 147 135 233 42 50 0 47 372 31 61
Binary 1100111 1011101 10011011 100010 101000 0 100111 11111010 11001 110001

Color Harmonies of #675D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675D9B

Black with #675D9B

Text Example


Text Example

White with #675D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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