Html Css Color HEX #675F97 Scampi

📋 copy color: '#675F97'

red 103 ◦ green 95 ◦ blue 151

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

Shades of Scampi #675F97

Tints of Scampi #675F97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 43.27%

R = 29.51%
G = 27.22%
B = 43.27%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#675F97 (or 0x675F97) is known color: Scampi. HEX triplet: 67, 5F and 97. RGB value is (103,95,151). Sum of RGB (Red+Green+Blue) = 103+95+151=349 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.51% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 151 (59.38% from 255 or 43.27% from 349); Max value from RGB is 151 - color contains mainly: blue. Hex color #675F97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675F97 is #98A068. Grayscale: #676767. Windows color (decimal): -10002537 or 9920359. OLE color: 9920359.

HSL color Cylindrical-coordinate representation of color #675F97: hue angle of 248.57º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #675F97 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 103 95 151 -
CMYK 0.32 0.37 0 0.41
HSL 248.57º 0.23% 0.48% -
HSV(B) 248.57º 0.37% 0.59% -
XYZ 15.27 13.3 31.04 -
YUV 103.78 154.65 127.45 -
System Red Green Blue C M Y K H S L
Decimal 103 95 151 0.32 0.37 0 0.41 248.57 0.23 0.48
Hex 67 5F 97 20 25 0 29 F9 17 30
Octal 147 137 227 40 45 0 51 371 27 60
Binary 1100111 1011111 10010111 100000 100101 0 101001 11111001 10111 110000

Color Harmonies of #675F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675F97

Black with #675F97

Text Example


Text Example

White with #675F97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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